Skip to main content

Module lookup_join

Module lookup_join 

Source
Expand description

Optimizer rules for lookup join rewriting. Optimizer rules that rewrite standard JOINs to LookupJoinNode.

When a query joins a streaming source with a registered lookup table, the LookupJoinRewriteRule replaces the standard hash/merge join with a LookupJoinNode that uses the lookup source connector.

Structsยง

LookupColumnPruningRule
Column pruning rule for LookupJoinNode.
LookupJoinRewriteRule
Rewrites standard JOIN nodes that reference a lookup table into LookupJoinNode extension nodes.