Traits§
- DynEq
PhysicalExprcan’t be constrained byEqdirectly because it must remain object safe. To ease implementation blanket implementation is provided forEqtypes.- DynHash
PhysicalExprcan’t be constrained byHashdirectly because it must remain object safe. To ease implementation blanket implementation is provided forHashtypes.- Physical
Expr PhysicalExprs represent expressions such asA + 1orCAST(c1 AS int).
Functions§
- down_
cast_ any_ ref Deprecated - format_
physical_ expr_ list - Returns
Displayable a list ofPhysicalExpr - with_
new_ children_ if_ necessary - Returns a copy of this expr if we change any child according to the pointer comparison.
The size of
childrenmust be equal to the size ofPhysicalExpr::children().
Type Aliases§
- Physical
Expr Ref - Shared
PhysicalExpr.