| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private ReflectiveVisitDispatcher<Interpreter.CompilerImpl,RelNode> |
Interpreter.CompilerImpl.dispatcher |
| Modifier and Type | Field and Description |
|---|---|
private ReflectiveVisitDispatcher<RelStructuredTypeFlattener,RelNode> |
RelStructuredTypeFlattener.RewriteRelVisitor.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
static <R extends ReflectiveVisitor,E> |
ReflectUtil.createDispatcher(Class<R> visitorBaseClazz,
Class<E> visiteeBaseClazz)
Creates a dispatcher for calls to
ReflectUtil.lookupVisitMethod(java.lang.Class<?>, java.lang.Class<?>, java.lang.String). |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.