Modules§
- Nested message and enum types in
ExchangeInfo
. - Nested message and enum types in
ExchangeSource
. - Nested message and enum types in
ExpandNode
. - Nested message and enum types in
FileScanNode
. - Nested message and enum types in
PlanNode
. - Nested message and enum types in
ScanRange
. - Nested message and enum types in
ValuesNode
.
Structs§
- RFC: A new schedule way for distributed lookup join https://github.com/risingwavelabs/rfcs/pull/6
- ExchangeInfo determines how to distribute results to tasks of next stage.
- ExchangeSource describes where to read results from children operators
- NOTE(kwannoel): This will only be used in batch mode. We can change the definition as needed.
- NOTE(kwannoel): This will only be used in batch mode. We can change the definition as needed.
- The range to scan, which specifies a consecutive range of the PK and can represent: (Suppose there are N columns in the PK)
- Task is a running instance of Stage.
- Every task will create N buffers (channels) for parent operators to fetch results from, where N is the parallelism of parent stage.
Type Aliases§
- Alias for
DeleteNode
. - Alias for
DistributedLookupJoinNode
. - Alias for
ExchangeInfo
. - Alias for
ExchangeNode
. - Alias for
ExchangeSource
. - Alias for
ExpandNode
. - Alias for
FileScanNode
. - Alias for
FilterNode
. - Alias for
GroupTopNNode
. - Alias for
HashAggNode
. - Alias for
HashJoinNode
. - Alias for
HopWindowNode
. - Alias for
IcebergScanNode
. - Alias for
InsertNode
. - Alias for
LimitNode
. - Alias for
LocalExecutePlan
. - Alias for
LocalLookupJoinNode
. - Alias for
LogRowSeqScanNode
. - Alias for
MaxOneRowNode
. - Alias for
MergeSortExchangeNode
. - Alias for
MySqlQueryNode
. - Alias for
NestedLoopJoinNode
. - Alias for
PlanFragment
. - Alias for
PlanNode
. - Alias for
PostgresQueryNode
. - Alias for
ProjectNode
. - Alias for
ProjectSetNode
. - Alias for
RowSeqScanNode
. - Alias for
ScanRange
. - Alias for
SortAggNode
. - Alias for
SortMergeJoinNode
. - Alias for
SortNode
. - Alias for
SortOverWindowNode
. - Alias for
SourceNode
. - Alias for
SysRowSeqScanNode
. - Alias for
TableFunctionNode
. - Alias for
TaskId
. - Alias for
TaskOutputId
. - Alias for
TopNNode
. - Alias for
UnionNode
. - Alias for
UpdateNode
. - Alias for
ValuesNode
.