Expand description
Defines physical expressions that can evaluated at runtime during query execution
Macrosยง
- bool_
and_ ๐or_ batch - typed_
bool_ ๐and_ or_ batch
Structsยง
- BoolAnd
- BOOL_AND aggregate expression
- Bool
AndAccumulator ๐ - BoolOr
- BOOL_OR aggregate expression
- Bool
OrAccumulator ๐
Functionsยง
- bool_
and - The values to combine with
AND - bool_
and_ ๐batch - dynamically-typed bool_and(array) -> ScalarValue
- bool_
and_ udaf - AggregateFunction that returns a
AggregateUDFforBoolAnd - bool_or
- The values to combine with
OR - bool_
or_ ๐batch - dynamically-typed bool_or(array) -> ScalarValue
- bool_
or_ udaf - AggregateFunction that returns a
AggregateUDFforBoolOr