Erik Nordström 7ac240080a 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.
2025-02-12 08:22:19 +01:00
..
2024-12-19 15:44:21 +01:00
2024-10-16 18:03:18 +02:00
2024-10-28 12:54:55 +01:00