MCPcopy Create free account
hub / github.com/apache/datafusion / plan_array_literal

Method plan_array_literal

datafusion/sql/tests/common/mod.rs:410–416  ·  view source on GitHub ↗
(
        &self,
        exprs: Vec<Expr>,
        _schema: &DFSchema,
    )

Source from the content-addressed store, hash-verified

408
409impl ExprPlanner for CustomExprPlanner {
410 fn plan_array_literal(
411 &self,
412 exprs: Vec<Expr>,
413 _schema: &DFSchema,
414 ) -> Result<PlannerResult<Vec<Expr>>> {
415 Ok(PlannerResult::Planned(make_array(exprs)))
416 }
417}

Callers 1

Calls 1

make_arrayFunction · 0.85

Tested by

no test coverage detected