Commit Graph

3 Commits (4339e911933ca2109db46014befdaccf77c5c13f)

Author SHA1 Message Date
Jeff Davis 653dbc615a Use -Werror 2020-11-02 07:55:19 -08:00
Jeff Davis 4355ca4945 trigger fix and tests 2020-10-15 08:05:35 -07:00
Nils Dijk 5fc7f61936 Projection pushdown (#11)
DESCRIPTION: add pushdown support for projections and quals in table access method scan

This implementation uses custom scans to push projections into the scans on a columnar table. The custom scan replaces all access paths to a table to force the projection of the columns.
2020-10-13 13:36:02 +02:00