Giter Site home page Giter Site logo

substrait-java's Introduction

Substrait Java

Substrait Java is a project that makes it easier to build Substrait plans through Java. The project has two main parts:

  1. Core is the module that supports building Substrait plans directly through Java. This is much easier than manipulating the Substrait protobuf directly. It has no direct support for going from SQL to Substrait (that's covered by the second part)
  2. Isthmus is the module that allows going from SQL to a Substrait plan. Both Java APIs and a top level script for conversion are present. Not all SQL is supported yet by this module, but a lot is. For example, all of the TPC-H queries and all but a few of the TPC-DS queries are translatable.

Building

After you've cloned the project through git, Substrait Java is built with a tool called Gradle. To build, execute the following:

./gradlew build

To build the Isthmus executable that enables Substrait plans to be generated for a SQL statement, execute the following:

./gradlew nativeImage

Getting Started

A good way to get started is to experiment with building Substrait plans for your own SQL. To do that, you can use the isthmus executable as described here.

Another way to get an idea of what Substrait plans look like is to use our script that generates Substrait plans for all the TPC-H queries:

./isthmus-cli/src/test/script/tpch_smoke.sh

Logging

This project uses the SLF4J logging API. If you are using the Substrait Java core component as a dependency in your own project, you should consider including an appropriate SLF4J logging provider in your runtime classpath. If you do not include a logging provider in your classpath, the code will still work correctly but you will not receive any logging output and might see the following warning in your standard error output:

SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

Getting Involved

To learn more, head over Substrait, our parent project and join our community

substrait-java's People

Contributors

vbarua avatar semantic-release-bot avatar davisusanibar avatar jinfengni avatar bvolpato avatar jacques-n avatar jamesrtaylor avatar nastra avatar hbutani avatar bestbeforetoday avatar carlyeks avatar weijietong avatar richtia avatar masseguillaume avatar danepitkin avatar ashvina avatar blizzara avatar viggoc avatar rkondakov avatar deegue avatar guiyanakuang avatar baibaichen avatar rymurr avatar sullis avatar ajegou avatar yannisbres avatar ybrua avatar westonpace avatar vigneshc avatar vibhatha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.