Expand description
Implementation of InList expressions: InListExpr
Macrosยง
- is_
equal ๐ - is_
equal_ ๐float
Structsยง
- Array
Hash ๐Set - Array
Set ๐ - InList
Expr - InList
Traitsยง
- IsEqual ๐
- Custom equality check function which is used with
ArrayHashSetfor existence check. - Set
- A type-erased container of array elements
Functionsยง
- evaluate_
list ๐ - Evaluates the list of expressions into an array, flattening any dictionaries
- in_list
- Creates a unary expression InList
- make_
hash_ ๐set - Computes an
ArrayHashSetfor the provided [Array] if there are nulls present or there are more than the configured number of elements. - make_
set ๐ - Creates a
Box<dyn Set>for the given list ofINexpressions andbatch - try_
cast_ ๐static_ filter_ to_ set