ExpressionData interface

Expression JSON representation object.

Index

Properties

Properties


args

List of arguments

● args?: ExpressionData[]


baseAttrId

The vase attribute id.

● baseAttrId?: string


distinct

The select distinct.

● distinct?: boolean


dtype

The data type.

● dtype?: DataType


func

The function.

● func?: string


id

● id?: string


kind

The data kind.

● kind?: DataKind


query

The uery.

● query?: QueryData


sql

The sql expression.

● sql?: string


tag

The tag.

● tag: ExprTag


txt

the text.

● txt?: string


val

The value.

● val?: string