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
. - The planned expressions for
REPLACE
- ScalarFunction expression invokes a built-in scalar function
- SORT expression
- TryCast Expression
- UNNEST expression.
- Additional options for wildcards, e.g. Snowflake
EXCLUDE
/RENAME
and BigqueryEXCEPT
. - 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.
- The name of the column (field) that this
Expr
will produce in the physical plan. The difference from Expr::schema_name is that top-level columns are unqualified. - Get schema_name for Vector of expressions