• S
    Clean up HHashTable implementation · 8baaa67a
    Shreedhar Hardikar 提交于
    The commit contains a number of minor refactors and fixes.
    - Fix indentation and spelling
    - Remove unused variable (pass)
    - Reset bloom filter after spilling HashAgg
    - Remove dead code in ExecAgg
    - Move to AggStatus to AggState as HashAggStatus because state change
      algorithm is implemented in nodeAgg
    8baaa67a
execnodes.h 87.0 KB