Macrosยง
- ban_
to_ ๐batch - Implement
ToBatch
for batch and streaming node. - ban_
to_ ๐distributed - impl
ToDistributedBatch
for logical and streaming node. - ban_
to_ ๐local - impl
ToLocalBatch
for logical and streaming node. - ban_
to_ ๐stream - Implement
ToStream
for batch and streaming node.
Structsยง
Traitsยง
- ToBatch
ToBatch
allows to convert a logical plan node to batch physical node with an optional required order.- ToDistributed
Batch ToDistributedBatch
allows to convert a batch physical plan to distributed batch plan, by insert exchange node, with an optional required order and distributed.- ToLocal
Batch - Converts a batch physical plan to local plan for local execution.
- ToStream
ToStream
converts a logical plan node to streaming physical node with an optional required distribution.