Skip to content

ExpressionData interface

Expression JSON representation object.


List of arguments

● args?: ExpressionData[]


The vase attribute id.

● baseAttrId?: string


The select distinct.

● distinct?: boolean


The data type.

● dtype?: DataType


The function.

● func?: string


The id.

● 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