Details
Description
Currently the query system uses parsed_projection during planning to determine information about whether a query needs to be covered, and which metadata needs to be provided, etc. We will re-implement this logic on ProjectionAST.
To start, this is the interface we should implement so that ProjectionAST can be used as a drop-in for parsed_projection.
Attachments
Issue Links
- is duplicated by
-
SERVER-42432 Use ProjectionAST in query planner instead of ParsedProjection
-
- Closed
-