Function query::analyze::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