Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.87 KB

File metadata and controls

77 lines (45 loc) · 1.87 KB

minisql.sql.ast.WindowExpression

Home · Source file

WindowExpression

struct WindowExpression

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

View source

Members

arguments

arguments

Contains the ordered arguments collection.

View source

kind

kind

Stores the kind associated with this value.

View source

name

name

Stores the name associated with this value.

View source

orderBy

orderBy

Contains the ordered order by collection.

View source

partitionBy

partitionBy

Stores the partition by associated with this value.

View source