Module datafusion_expr::expr
source · Expand description
Logical Expressions: Expr
Structs§
- Aggregate function
- User Defined Aggregate Function
- Alias expression
- BETWEEN expression
- Binary expression
- CASE expression
- Cast expression
- EXISTS expression
- InList expression
- IN subquery
- LIKE expression
- Placeholder, representing bind parameter values such as
$1
or$name
. - ScalarFunction expression invokes a built-in scalar function
- SORT expression
- TryCast Expression
- UNNEST expression.
- Window function
Enums§
- Represents logical expressions such as
A + 1
, orCAST(c1 AS int)
. - Access a sub field of a nested type, such as
Field
orList
- Grouping sets
- WindowFunction Defines which implementation of an aggregate function DataFusion should call.
Functions§
- Find DataFusion’s built-in window function by name.