datafusion_physical_expr_common

Module physical_expr

Source

Traits§

  • PhysicalExpr can’t be constrained by Eq directly because it must remain object safe. To ease implementation blanket implementation is provided for Eq types.
  • PhysicalExpr can’t be constrained by Hash directly because it must remain object safe. To ease implementation blanket implementation is provided for Hash types.
  • PhysicalExprs represent expressions such as A + 1 or CAST(c1 AS int).

Functions§