Function datafusion::test_util::plan_and_collect

source ยท
pub async fn plan_and_collect(
    ctx: &SessionContext,
    sql: &str,
) -> Result<Vec<RecordBatch>>
Expand description

Execute SQL and return results