mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
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.
TimescaleDB TSL Library
The TimescaleDB TSL library is licensed under the Timescale License.