Module bool_and_or

Module bool_and_or 

Source
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
BoolAndAccumulator ๐Ÿ”’
BoolOr
BOOL_OR aggregate expression
BoolOrAccumulator ๐Ÿ”’

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 AggregateUDF for BoolAnd
bool_or
The values to combine with OR
bool_or_batch ๐Ÿ”’
dynamically-typed bool_or(array) -> ScalarValue
bool_or_udaf
AggregateFunction that returns a AggregateUDF for BoolOr