Skip to content

chaojun-zhang/substrait-cpp

This branch is 38 commits ahead of, 134 commits behind substrait-io/substrait-cpp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d16550d · Feb 8, 2023

History

40 Commits
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Oct 11, 2022
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023

Repository files navigation

substrait-cpp

Planned home for CPP libraries to help build/consume Substrait query plans.

Getting Started

We provide scripts to help developers setup and install substrait-cpp dependencies.

Get the substrait-cpp Source

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

Setting up on Linux (Ubuntu 20.04 or later)

Once you have checked out substrait-cpp, you can setup and build like so:

$ ./scripts/setup-ubuntu.sh 
$ make

License

substrait-cpp is licensed under the Apache 2.0 License. A copy of the license can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.6%
  • CMake 7.2%
  • Shell 2.3%
  • Other 0.9%