Function datafusion_expr::expr_fn::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.