ExpressionData interface
Expression JSON representation object.
Properties
Section titled “Properties”List of arguments
● args?: ExpressionData[]
baseAttrId
Section titled “baseAttrId”The vase attribute id.
● baseAttrId?: string
distinct
Section titled “distinct”The select distinct.
● distinct?: boolean
The data type.
● dtype?: DataType
The function.
● func?: string
● id?: string
The data kind.
● kind?: DataKind
The uery.
● query?: QueryData
The sql expression.
● sql?: string
The tag.
● tag: ExprTag
the text.
● txt?: string
The value.
● val?: string