Macro proof_of_sql::record_batch
source ยท macro_rules! record_batch { ($($col_name:expr => $slice:expr), + $(,)?) => { ... }; }
Expand description
Utility macro to simplify the creation of RecordBatches
macro_rules! record_batch { ($($col_name:expr => $slice:expr), + $(,)?) => { ... }; }
Utility macro to simplify the creation of RecordBatches