Skip to main content

to_record_batch

Function to_record_batch 

Source
pub fn to_record_batch(result: &QueryResult) -> Option<RecordBatch>
Expand description

Convert a QueryResult into an Arrow RecordBatch.

Returns None if the result has zero columns (DDL/DML with no output).