| Package | Description |
|---|---|
| org.apache.calcite.rel.rel2sql |
Translates a relational expression to SQL parse tree.
|
| 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 ReflectUtil.MethodDispatcher<SqlImplementor.Result> |
RelToSqlConverter.dispatcher |
| Modifier and Type | Field and Description |
|---|---|
private ReflectUtil.MethodDispatcher<RelDecorrelator.Frame> |
RelDecorrelator.dispatcher |
private ReflectUtil.MethodDispatcher<RelFieldTrimmer.TrimResult> |
RelFieldTrimmer.trimFieldsDispatcher |
| Modifier and Type | Method and Description |
|---|---|
static <E,T> ReflectUtil.MethodDispatcher<T> |
ReflectUtil.createMethodDispatcher(Class<T> returnClazz,
ReflectiveVisitor visitor,
String methodName,
Class<E> arg0Clazz,
Class... otherArgClasses)
Creates a dispatcher for calls to a single multi-method on a particular
object.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.