out_ref_col

Function out_ref_col 

Source
pub fn out_ref_col(dt: DataType, ident: impl Into<Column>) -> Expr
Expand 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.