select支持rotate/not rotate函数

This commit is contained in:
liujinyu
2024-03-18 17:34:11 +08:00
committed by yaoxin
parent 8dac2e7acc
commit e72208e2df
34 changed files with 1791 additions and 26 deletions

View File

@ -193,6 +193,7 @@ typedef struct AggStatePerAggData {
/* XXX: use for vector engine now, better remove later*/
TupleDesc evaldesc; /* descriptor of input tuples */
ProjectionInfo *evalproj; /* projection machinery */
ProjectionInfo *combinedproj; /* projection machinery */
TupleTableSlot *evalslot; /* current input tuple */
} AggStatePerAggData;