Skip to content

Commit

Permalink
Remove custom pushdown filtering files (#553)
Browse files Browse the repository at this point in the history
We don't do any filtering inside pg_duckdb. That is now handled by
Postgres execution. So remove files that are not needed.
  • Loading branch information
mkaruza authored Jan 23, 2025
1 parent a4ab75c commit 0100cfe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 148 deletions.
13 changes: 0 additions & 13 deletions include/pgduckdb/pgduckdb_filter.hpp

This file was deleted.

134 changes: 0 additions & 134 deletions src/pgduckdb_filter.cpp

This file was deleted.

1 change: 0 additions & 1 deletion src/pgduckdb_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ extern "C" {
#include "utils/jsonb.h"
}

#include "pgduckdb/pgduckdb_filter.hpp"
#include "pgduckdb/pgduckdb_detoast.hpp"

namespace pgduckdb {
Expand Down

0 comments on commit 0100cfe

Please sign in to comment.