• H
    Convert WindowFrame to frameOptions + start + end · ebf9763c
    Heikki Linnakangas 提交于
    In GPDB, we have so far used a WindowFrame struct to represent the start
    and end window bound, in a ROWS/RANGE BETWEEN clause, while PostgreSQL
    uses the combination of  a frameOptions bitmask and start and end
    expressions. Refactor to replace the WindowFrame with the upstream
    representation.
    ebf9763c
prepjointree.c 43.8 KB