Skip to main content

Module datatable

Module datatable 

Source
Expand description

Columnar DataTable backed by Arrow RecordBatch.

DataTable is a high-performance columnar data structure wrapping Arrow’s RecordBatch. It provides zero-copy slicing, typed column access, and efficient batch operations.

Structs§

ColumnPtrs
Raw pointers to Arrow column buffers for zero-cost field access.
DataTable
A columnar data table backed by Arrow RecordBatch.
DataTableBuilder
Builder for constructing a DataTable column-by-column.