Function datafusion::prelude::cardinality
source ยท pub fn cardinality(array: Expr) -> Expr
Expand description
returns the total number of elements in the array or map.
pub fn cardinality(array: Expr) -> Expr
returns the total number of elements in the array or map.