Module datafusion_physical_expr_common::expressions

source ·

Re-exports§

Modules§

  • Column expression
  • Literal expressions for physical operations

Structs§

  • CAST expression casts an expression to a specific data type and returns a runtime error on invalid cast

Functions§

  • Return a PhysicalExpression representing expr casted to cast_type, if any casting is needed.
  • Return a PhysicalExpression representing expr casted to cast_type, if any casting is needed.