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§
- Column
Ptrs - Raw pointers to Arrow column buffers for zero-cost field access.
- Data
Table - A columnar data table backed by Arrow RecordBatch.
- Data
Table Builder - Builder for constructing a DataTable column-by-column.