streamDesc use normal hash table

This commit is contained in:
jin.zhao
2024-08-15 18:01:19 +08:00
committed by zhaosen
parent cf050ccb7b
commit ee0023f8a6
3 changed files with 43 additions and 33 deletions

View File

@ -29,6 +29,4 @@ extern int TableScanBitmapNextTargetRel(TableScanDesc scan, BitmapHeapScanState
extern TupleTableSlot* ExecBitmapHeapScan(PlanState* state);
extern void ExecInitPartitionForBitmapHeapScan(BitmapHeapScanState* scanstate, EState* estate);
#define BITMAP_PREFETCH_PAGE_RATIO 2
#endif /* NODEBITMAPHEAPSCAN_H */