pub fn col(field: impl Into<FieldName>) -> ExpressionExpand description
Creates an expression that accesses a field from the root array.
Equivalent to get_item(field, root()) - extracts a named field from the input array.
let expr = col("name");pub fn col(field: impl Into<FieldName>) -> ExpressionCreates an expression that accesses a field from the root array.
Equivalent to get_item(field, root()) - extracts a named field from the input array.
let expr = col("name");