Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.23 KB

File metadata and controls

125 lines (73 loc) · 3.23 KB

minisql.sql.expressions.BoundWindow

Home · Source file

BoundWindow

struct BoundWindow

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

View source

Members

arguments

arguments

Contains the ordered arguments collection.

View source

descending

descending

Stores the descending associated with this value.

View source

kind

kind

Stores the kind associated with this value.

View source

name

name

Stores the name associated with this value.

View source

nullsFirst

nullsFirst

Stores the nulls first associated with this value.

View source

nullsSpecified

nullsSpecified

Stores the nulls specified 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

typeInfo

typeInfo

Stores the type info associated with this value.

View source