Type Alias datafusion::physical_expr::PhysicalExprRef
source · pub type PhysicalExprRef = Arc<dyn PhysicalExpr, Global>;
Expand description
Shared PhysicalExpr
.
pub type PhysicalExprRef = Arc<dyn PhysicalExpr, Global>;
Shared PhysicalExpr
.