Structsยง
- Stream
Hash Join StreamHashJoinimplementssuper::LogicalJoinwith 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.- Watermark
Derive ๐Result - Result of watermark derivation for hash join.
Functionsยง
- derive_
watermark_ ๐for_ hash_ join - Derives watermark columns and state cleaning info for hash join.