Module stream_hash_join

Module stream_hash_join 

Source

Structsยง

StreamHashJoin
StreamHashJoin implements super::LogicalJoin with hash table. It builds a hash table from inner (right-side) relation and probes with data from outer (left-side) relation to get output rows.
WatermarkDeriveResult ๐Ÿ”’
Result of watermark derivation for hash join.

Functionsยง

derive_watermark_for_hash_join ๐Ÿ”’
Derives watermark columns and state cleaning info for hash join.