[][src]Module tremor_script::ast::query

Query AST

Structs

GroupBy

A group by clause

OperatorDecl

An operator declaration

OperatorKind

Operator kind identifyiner

OperatorStmt

An operator creaton

Query

A Tremor query

ScriptDecl

A script declaration

ScriptStmt

A script creation

Select

A select statement

SelectStmt

A Select statement

StreamStmt

A stream statement

WindowDecl

A window declration

Enums

SelectType

The type of a select statment

Stmt

Query statement

WindowKind

we're forced to make this pub because of lalrpop

Constants

ARGS_CONST_ID

The Constant ID of the args constant

GROUP_CONST_ID

The Constant ID of the group constant

LAST_RESERVED_CONST

Last constant that is erserved for executionand can not be inlined.

WINDOW_CONST_ID

The Constant ID of the window constant