Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 545 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 545 Bytes

Isthmus

Overview

Substrait Isthmus is a Java library which enables serializing SQL queries to Substrait Protobuf and SQL expressions to Extended Expressions using the Calcite SQL compiler. Optionally, you can leverage the Calcite RelNode to Substrait Plan translator as an IR translation.

The capability provided by this library can be accessed using a command-line interface, provided by isthmus-cli.