Type Alias PhysicalExprRef

Source
pub type PhysicalExprRef = Arc<dyn PhysicalExpr>;
Expand description

Shared PhysicalExpr.

Aliased Typeยง

struct PhysicalExprRef { /* private fields */ }