ExpressionPartType
Enumeration
Types of the expression part.
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
| "FIELD" | The part is a layer's field and it can be resolved to the field's value when associated with a specific record (e.g. selected record). |
| "FUNCTION" | The part is a statistical function, e.g. average, sum. |
| "NUMBER" | The part is a number. |
| "OPERATOR" | The part is an operator, e.g. +, -. |
| "STRING" | The part is a string. |