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

Shared PhysicalExpr.

Aliased Type§

struct PhysicalExprRef { /* private fields */ }