datafusion_expr

Module expr

Source
Expand description

Logical Expressions: Expr

Structs§

Enums§

  • Represents logical expressions such as A + 1, or CAST(c1 AS int).
  • Access a sub field of a nested type, such as Field or List
  • Grouping sets
  • WindowFunction Defines which implementation of an aggregate function DataFusion should call.

Functions§