Modules§
- forms
- pruning
- transform
- A collection of transformations that can be applied to a
crate::ExprRef.
Structs§
- Binary
Expr - GetItem
- Identity
- Like
- Literal
- Not
- Pack
- Pack zero or more expressions into a structure with named fields.
- Select
Enums§
Traits§
- DynEq
VortexExprcan’t be constrained byEqdirectly because it must remain object safe. To ease implementation blanket implementation is provided forEqtypes.- Vortex
Expr - Represents logical operation on
ArrayDatas - Vortex
Expr Ext
Functions§
- and
- Create a new
BinaryExprusing theAndoperator. - col
- eq
- Create a new
BinaryExprusing theEqoperator. - get_
item - get_
item_ scope - gt
- Create a new
BinaryExprusing theGtoperator. - gt_eq
- Create a new
BinaryExprusing theGteoperator. - ident
- lit
- Create a new
Literalexpression from a type that coerces toScalar. - lt
- Create a new
BinaryExprusing theLtoperator. - lt_eq
- Create a new
BinaryExprusing theLteoperator. - not
- not_eq
- Create a new
BinaryExprusing theNotEqoperator. - or
- Create a new
BinaryExprusing theOroperator. - pack
- select
- select_
exclude - split_
conjunction - Splits top level and operations into separate expressions