Function datafusion::functions_array::expr_fn::make_array
source · pub fn make_array(arg: Vec<Expr>) -> Expr
Expand description
Returns an Arrow array using the specified input expressions.
pub fn make_array(arg: Vec<Expr>) -> Expr
Returns an Arrow array using the specified input expressions.