Module mz_compute::render::join::delta_join
source ยท Expand description
Delta join execution dataflow construction.
Consult DeltaJoinPlan documentation for details.
Functionsยง
- build_
halfjoin ๐Constructs ahalf_join
from supplied arguments. - build_
update_ ๐stream Builds the beginning of the update stream of a delta path. - Dispatches half-join construction according to arrangement type specialization.
- Dispatches half-join construction according to trace type specialization.
- Dispatches building of a delta path update stream by to arrangement type specialization.
- Dispatches building of a delta path update stream by to trace type specialization.