proof_of_sql

Macro record_batch

source
macro_rules! record_batch {
    ($($col_name:expr => $slice:expr), + $(,)?) => { ... };
}
Expand description

Utility macro to simplify the creation of RecordBatches