Interface FromApacheArrowRecordBatchOptionsExperimental

interface FromApacheArrowRecordBatchOptions {
    id?: string;
    identity?: ColumnarBatchIdentityV1;
    limits?: GeoArrowConversionLimits;
    rowOffset?: number;
    schemaId?: string;
    sequence?: number;
}

Properties

id?: string

Required with schemaId and identity when importing a non-Honua RecordBatch.

Required with id and schemaId when importing a non-Honua RecordBatch.

rowOffset?: number
schemaId?: string

Required with id and identity when importing a non-Honua RecordBatch.

sequence?: number