Package | Description |
---|---|
io.greptime | |
io.greptime.models |
Modifier and Type | Method and Description |
---|---|
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema) |
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
BulkWrite.Config config) |
default BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
BulkWrite.Config config,
Context ctx) |
BulkStreamWriter |
BulkWrite.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx)
Creates a bulk stream writer for efficiently writing data to the server.
|
BulkStreamWriter |
GreptimeDB.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx) |
BulkStreamWriter |
BulkWriteClient.bulkStreamWriter(TableSchema schema,
long allocatorInitReservation,
long allocatorMaxAllocation,
long timeoutMsPerMessage,
int maxRequestsInFlight,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
TableSchema |
TableSchema.Builder.build()
Build the table schema.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.arrow.vector.types.pojo.Schema |
ArrowHelper.createSchema(TableSchema tableSchema)
Create an Arrow schema from a table schema.
|
static Table |
Table.from(TableSchema tableSchema)
Create a table from a table schema.
|
static Table.TableBufferRoot |
Table.tableBufferRoot(TableSchema tableSchema,
org.apache.arrow.vector.VectorSchemaRoot root,
int columnBufferSize)
Create a bulk table buffer root from a table schema and a vector schema root.
|
Constructor and Description |
---|
Builder(TableSchema tableSchema) |
BulkTableBuilder(TableSchema tableSchema,
org.apache.arrow.vector.VectorSchemaRoot root,
int columnBufferSize) |
Copyright © 2025. All rights reserved.