Type Alias QueryPlanRepresentationReasonExperimental

QueryPlanRepresentationReason:
    | "explicit-pin"
    | "workload-above-threshold"
    | "workload-below-threshold"
    | "estimate-unavailable"
    | "protocol-not-columnar"
    | "encoding-not-columnar"
    | "aggregation-not-columnar"
    | "geometry-not-requested"

Why the planner selected the representation it did. Every value is a deterministic function of declared source metadata plus QueryPlanningEstimates — never of result data.