支持keep函数

This commit is contained in:
humengyao
2024-10-24 04:37:30 -07:00
parent 44ca55b5f7
commit eda01dc270
37 changed files with 1150 additions and 59 deletions

View File

@ -190,5 +190,6 @@ extern void UpdateUniqueSQLSortStats(Tuplesortstate* state, TimestampTz* start_t
extern int64 tuplesort_get_peak_memory(Tuplesortstate* state);
extern void tuplesort_workerfinish(Sharedsort *shared);
extern void* TuplesortGetSortkeys(Tuplesortstate* state);
extern int TuplesortGetNsortkey(Tuplesortstate* state);
#endif /* TUPLESORT_H */