pub fn field_mask(
expr: &ExprRef,
scope_dtype: &DType,
) -> VortexResult<HashSet<FieldPath>>Expand description
Returns the field mask for the given expression.
This defines a mask over the scope of the fields that are accessed by the expression.