Expand description
Query planner: chooses between seq scan, PK lookup, or index scan.
Enums§
Functions§
- describe_
plan - index_
scan_ full_ cover - True when an IndexScan’s prefix+range conds consume the ENTIRE predicate, each prefix column exactly once and no NULL bounds (NULL never matches).
- plan_
select - plan_
select_ inverted