Expand description
Defines physical expressions that can evaluated at runtime during query execution
Structs§
- BOOL_AND aggregate expression
- BOOL_OR aggregate expression
Functions§
- The values to combine with
AND - AggregateFunction that returns a
AggregateUDFforBoolAnd - The values to combine with
OR - AggregateFunction that returns a
AggregateUDFforBoolOr