risingwave_frontend::optimizer::plan_node

Module batch_hash_join

source

Structsยง

  • BatchHashJoin implements super::LogicalJoin with hash table. It builds a hash table from inner (right-side) relation and then probes with data from outer (left-side) relation to get output rows.