Module convert

Source

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ยง

RewriteStreamContext
ToStreamContext

Traitsยง

ToBatch
ToBatch allows to convert a logical plan node to batch physical node with an optional required order.
ToDistributedBatch
ToDistributedBatch allows to convert a batch physical plan to distributed batch plan, by insert exchange node, with an optional required order and distributed.
ToLocalBatch
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.

Functionsยง

stream_enforce_eowc_requirement