Crate monarch_record_batch

Crate monarch_record_batch 

Source
Expand description

Shared trait for Arrow RecordBatch buffer types.

RecordBatchBuffer is the trait generated by #[derive(RecordBatchRow)] (from monarch_record_batch_macros). It is extracted here so the derive macro can be used from any Monarch crate, not only monarch_distributed_telemetry.

Traits§

RecordBatchBuffer
Trait for buffer types that can produce Arrow RecordBatches.

Derive Macros§

RecordBatchRow
Derive macro for generating Arrow RecordBatch buffer types.