pub fn col(field: impl Into<FieldName>) -> ExprRef
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.
get_item(field, root())
let expr = col("name");