Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::arrow::record_batch - Rust
[go: Go Back, main page]

Module record_batch

Source
Expand description

Contains the RecordBatch type and associated traits

Structs§

RecordBatch
A two-dimensional batch of column-oriented data with a defined schema.
RecordBatchIterator
Generic implementation of RecordBatchReader that wraps an iterator.
RecordBatchOptions
Options that control the behaviour used when creating a RecordBatch.

Traits§

RecordBatchReader
Trait for types that can read RecordBatch’s.
RecordBatchWriter
Trait for types that can write RecordBatch’s.