Skip to main content

Module plan_utils

Module plan_utils 

Source
Expand description

Helper code used throughout the planner.

Structs§

GroupSizeHints
Specifies a bundle of group size query hints.

Enums§

JoinSide
Specifies the side of a join.

Functions§

column_count_mismatch 🔒
maybe_rename_columns
Renames the columns in desc with the names in column_names if column_names is non-empty.
maybe_rename_columns_exact
Like maybe_rename_columns, but requires the length of column_names, when non-empty, to match the arity of desc exactly.