pub trait EngineDataArrowExt {
// Required method
fn try_into_record_batch(self) -> Result<RecordBatch, Error>;
}Expand description
A trait to allow easy conversion from EngineData to an arrow [``RecordBatch]. Returns an error if called on an EngineDatathat is not anArrowEngineData`.