Type Alias deltalake::datafusion::physical_expr::PhysicalExprRef

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

Shared PhysicalExpr.

Aliased Type§

struct PhysicalExprRef { /* private fields */ }