Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make VectorAgg support different child plans
Vectorized aggregation assumes that it runs on top of a DecompressChunk child node, which makes it difficult to support other child plans; including those that fetch data via Hypercore TAM. Most of the DecompressChunk-specific code for planning VectorAgg relates to identifying vectorizable columns. This code is moved to a separate source file so that the main planning code is mostly child-node independent.
- Loading branch information