| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
Interpreter.EnumeratorSource
A
Source that is just backed by an Enumerator. |
private static class |
Interpreter.ListSource
Implementation of
Source using a ArrayDeque. |
| Modifier and Type | Field and Description |
|---|---|
private Source |
JoinNode.leftSource |
private Source |
JoinNode.rightSource |
protected Source |
AbstractSingleNode.source |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<Source> |
UnionNode.sources |
| Modifier and Type | Method and Description |
|---|---|
Source |
Compiler.source(RelNode rel,
int ordinal) |
Source |
Interpreter.CompilerImpl.source(RelNode rel,
int ordinal) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.