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
..

TimescaleDB TSL Library

The TimescaleDB TSL library is licensed under the Timescale License.