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