Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.6 KB

File metadata and controls

65 lines (38 loc) · 1.6 KB

minisql.sql.ast.FunctionExpression

Home · Source file

FunctionExpression

struct FunctionExpression

Groups the function expression state and preserves the field relationships documented below.

View source

Members

arguments

arguments

Contains the ordered arguments collection.

View source

distinct

distinct

Indicates whether the distinct condition is active.

View source

kind

kind

Stores the kind associated with this value.

View source

name

name

Stores the name associated with this value.

View source