| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> com.google.common.base.Function<Holder<V>,Void> |
Hook.property(V v)
Returns a function that, when a hook is called, will "return" a given
value.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Holder<Integer> |
RelDecorrelator.CorelMapBuilder.offset |
| Modifier and Type | Method and Description |
|---|---|
RelBuilder |
RelBuilder.variable(Holder<RexCorrelVariable> v)
Creates a correlation variable for the current input, and writes it into
a Holder.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Holder<E> |
Holder.of(E e)
Creates a holder containing a given value.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.