fn create_table(
schema_opt: Option<SchemaRef>,
results: &[RecordBatch],
options: &FormatOptions<'_>,
) -> Result<Table, ArrowError>
Expand description
Convert a series of record batches into a table
fn create_table(
schema_opt: Option<SchemaRef>,
results: &[RecordBatch],
options: &FormatOptions<'_>,
) -> Result<Table, ArrowError>
Convert a series of record batches into a table