IExpression
Expression by which a metric can be filtered before aggregation, i.e. a clause of a where statement
Properties
Property | Type | Notes |
---|---|---|
Optional | IField |
Field that the expression filters on |
Optional | string |
A special identifier given to the expression when it is created |
Optional | ExpressionRelationships |
Relation between the values in an expression |
Optional | Array<string | number | Date> |
The values that the where clause will be using on the right-hand side of the statement: this can be an array of strings, numbers, or dates. These values will be used in conjunction with the field to construct a where clause. |
Interface defined in common/src/core/types/Metrics.ts:190