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§
- Record
Batch Buffer - Trait for buffer types that can produce Arrow RecordBatches.
Derive Macros§
- Record
Batch Row - Derive macro for generating Arrow RecordBatch buffer types.