Structsยง
- Batch
Hash Join BatchHashJoinimplementssuper::LogicalJoinwith 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.
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.