Planned home for CPP libraries to help build/consume Substrait query plans.
We provide scripts to help developers setup and install substrait-cpp dependencies.
git clone --recursive https://github.com/substrait-io/substrait-cpp.git
cd substrait-cpp
# if you are updating an existing checkout
git submodule sync --recursive
git submodule update --init --recursive
Once you have checked out substrait-cpp, you can setup and build like so:
$ ./scripts/setup-ubuntu.sh
$ make
substrait-cpp is licensed under the Apache 2.0 License. A copy of the license can be found here.