Class | Description |
---|---|
BinaryExpression |
An expression that requires two operands and a binary operation.
|
CastExpression |
An expression that requires a value and a cast type.
|
Expression |
Expressions are used in Bullet queries to filter on, project, and compute potentially complex values based on
Bullet record fields.
|
FieldExpression |
An expression that requires a field name.
|
ListExpression |
An expression that holds a list of expressions.
|
NAryExpression |
An expression that requires a list of operands and an n-ary operation.
|
UnaryExpression |
An expression that requires an operand and a unary operation.
|
ValueExpression |
An expression that requires a primitive or null value.
|
Enum | Description |
---|---|
Operation |
The operations in binary, unary, and n-ary expressions.
|
Copyright © 2021. All rights reserved.