Expand description
Strategy taxonomy and zip modes — spec §3.6 + §3.3.
StrategyName is a closed enum per spec §10.7.5: adding a
new strategy is a coordinated type extension (parser
keyword, §3.6 table row, §10.2 R2 push-down rule). No
user-defined Custom callback escape hatch — the spec
removed it in favor of named strategies whose closed-form
semantics the optimizer can analyze.
Enums§
- Strategy
Name - Named ordering strategies per spec §3.6 (plus
Shuffle). - ZipMode
- Zip combination mode per spec §3.3.