Modules§
- adapter
- cursor
- error
- Error of record batch.
- filter
- Util record batch stream wrapper that can perform precise filter.
- recordbatch 🔒
- util
Structs§
- DfRecord
Batch - A two-dimensional batch of column-oriented data with a defined schema.
- Empty
Record Batch Stream - EmptyRecordBatchStream can be used to create a RecordBatchStream that will produce no results
- Order
Option - Record
Batch - A two-dimensional batch of column-oriented data with a defined schema.
- Record
Batch Stream Wrapper - Adapt a [Stream] of RecordBatch to a RecordBatchStream.
- Record
Batches - Sendable
Record Batch Mapper - A wrapper that maps a RecordBatchStream to a new RecordBatchStream by applying a function to each RecordBatch.
- Simple
Record Batch Stream
Traits§
Functions§
- map_
json_ type_ to_ string - Maps the json type to string in the batch.
- map_
json_ type_ to_ string_ schema - Maps the json type to string in the schema.
Type Aliases§
- DfSendable
Record Batch Stream - Trait for a [
Stream
] ofRecordBatch
es that can be passed between threads - Sendable
Record Batch Stream