mz_compute::render

Module join

Source
Expand description

Rendering of MirRelationExpr::Join operators, and supporting types.

Consult mz_compute_types::plan::join::JoinPlan documentation for details.

Re-exports§

Modules§

  • delta_join 🔒
    Delta join execution dataflow construction.
  • Rendering of linear join plans.
  • A fork of DD’s JoinCore::join_core.