tree: 87caf42d79afc8da31fc157fdf2a08bbcfde3658 [path history] [tgz]
  1. expected/
  2. sql/
  3. .gitignore
  4. libchurl.c
  5. libchurl.h
  6. Makefile
  7. pxf_bridge.c
  8. pxf_bridge.h
  9. pxf_deparse.c
  10. pxf_fdw--1.0.sql
  11. pxf_fdw.c
  12. pxf_fdw.control
  13. pxf_fdw.h
  14. pxf_filter.c
  15. pxf_filter.h
  16. pxf_fragment.c
  17. pxf_fragment.h
  18. pxf_header.c
  19. pxf_header.h
  20. pxf_option.c
  21. README.md
gpcontrib/pxf_fdw/README.md

PXF Foreign Data Wrapper for Cloudberry and PostgreSQL

This Cloudberry and PostgreSQL extension implements a Foreign Data Wrapper (FDW) for PXF.

PXF is a query federation engine that accesses data residing in external systems such as Hadoop, Hive, HBase, relational databases, S3, Google Cloud Storage, among other external systems.

Development

Compile

make

Install

make install

Test

make installcheck