Interface | Description |
---|---|
Table |
A table represents data in row format that can be written to the database.
|
Table.TableBufferRoot |
`TableBufferRoot` is an internal interface that represents a reference to table data stored in direct memory.
|
Class | Description |
---|---|
ArrowHelper |
Helper class for Arrow schema creation.
|
AuthInfo |
Greptime authentication information
|
DataType.DecimalTypeExtension | |
Err |
Contains the write/query error value.
|
IntervalMonthDayNano | |
Result<Ok,Err> |
`Result` is a type that represents either success ([`Ok`]) or failure ([`Err`]).
|
RowHelper |
A utility that handles some processing of row based data.
|
Table.Builder | |
Table.BulkTable | |
Table.BulkTableBuilder | |
Table.RowBasedTable | |
TableHelper |
Helper class for table data to GreptimeRequest.
|
TableSchema |
Defines the schema structure for writing data to the database.
|
TableSchema.Builder | |
ValueUtil | |
WriteOk |
Contains the success value of write.
|
WriteTables |
Enum | Description |
---|---|
DataType |
GreptimeDB's data type.
|
SemanticType |
The semantic type.
|
Annotation Type | Description |
---|---|
Column |
This annotation is used to mapping POJO class into
Table . |
Metric |
This annotation is used to mapping POJO class into
Table . |
Copyright © 2025. All rights reserved.