Function datafusion_expr::expr_fn::array_length
source · pub fn array_length(array: Expr, dimension: Expr) -> Expr
Expand description
returns the length of the array dimension.
pub fn array_length(array: Expr, dimension: Expr) -> Expr
returns the length of the array dimension.