Skip to content

xinyuiscool/calcite-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Calcite Tutorial

This repository contains code which demonstrate the use of Apache Calcite as a library for SQL query planning.

First part of the tutorial can be found here.

To try the planner:

  1. ./gradlew build
  2. ./gradlew idea can generate intellij project.
  3. run main() inside SimpleQueryPlanner. It will output the logical plan.
  4. change the query to see other plans generated.

About

Apache Calcite Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%