Modules§
- agg_
call - Nested message and enum types in
AggCall
. - expr_
node - Nested message and enum types in
ExprNode
. - project_
set_ select_ item - Nested message and enum types in
ProjectSetSelectItem
. - table_
function - Nested message and enum types in
TableFunction
. - window_
frame - Nested message and enum types in
WindowFrame
. - window_
function - Nested message and enum types in
WindowFunction
.
Structs§
- AggCall
- Aggregate Function Calls for Aggregation
- AggType
- The aggregation type.
- Constant
- Expr
Node - Function
Call - Input
Ref - Reference to an upstream column, containing its index and data type.
- Project
SetSelect Item - The items which can occur in the select list of
ProjectSet
operator. - Table
Function - User
Defined Function - User
Defined Function Metadata - Additional information for user defined table/aggregate functions.
- Window
Frame - Window
Function
Enums§
Type Aliases§
- PbAgg
Call - Alias for
AggCall
. - PbAgg
Type - Alias for
AggType
. - PbConstant
- Alias for
Constant
. - PbExpr
Node - Alias for
ExprNode
. - PbFunction
Call - Alias for
FunctionCall
. - PbInput
Ref - Alias for
InputRef
. - PbProject
SetSelect Item - Alias for
ProjectSetSelectItem
. - PbTable
Function - Alias for
TableFunction
. - PbUdf
Expr Version - Alias for
UdfExprVersion
. - PbUser
Defined Function - Alias for
UserDefinedFunction
. - PbUser
Defined Function Metadata - Alias for
UserDefinedFunctionMetadata
. - PbWindow
Frame - Alias for
WindowFrame
. - PbWindow
Function - Alias for
WindowFunction
.