Module: Kumi::Core::Analyzer::Plans

Included in:
Kumi::Core::Analyzer::Passes::JoinReducePlanningPass
Defined in:
lib/kumi/core/analyzer/plans.rb

Overview

Typed plan structures for HIR (High-level Intermediate Representation) These plans are produced by analyzer passes and consumed by LowerToIRPass to generate LIR (Low-level IR) operations.

Defined Under Namespace

Classes: InputPlan, Join, Reduce, Scope