mz_sql::plan

Module hir

Source
Expand description

This file houses HIR, a representation of a SQL plan that is parallel to MIR, but represents an earlier phase of planning. It’s structurally very similar to MIR, with some differences which are noted below. It gets turned into MIR via a call to lower().

Structs§

Enums§

Traits§

  • A column type-like object whose underlying scalar type-like object can be ascertained.
  • An expression whose type can be ascertained.