pub fn out_ref_col(dt: DataType, ident: impl Into<Column>) -> ExprExpand description
Create an out reference column which hold a reference that has been resolved to a field
outside of the current plan.
The expression created by this function does not preserve the metadata of the outer column.
Please use out_ref_col_with_metadata if you want to preserve the metadata.