query::analyze

Function create_output_batch

source
fn create_output_batch(
    total_rows: usize,
    input: Arc<dyn ExecutionPlan>,
    schema: SchemaRef,
) -> Result<DfRecordBatch>
Expand description

Creates the output of AnalyzeExec as a RecordBatch