public class Interpreter extends org.apache.calcite.linq4j.AbstractEnumerable<Object[]> implements AutoCloseable
Contains the context for interpreting relational expressions. In particular it holds working state while the data flow graph is being assembled.
| Constructor and Description |
|---|
Interpreter(DataContext dataContext,
RelNode rootRel)
Creates an Interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.calcite.linq4j.Enumerator<Object[]> |
enumerator() |
aggregate, aggregate, aggregate, all, any, any, asEnumerable, asOrderedQueryable, asQueryable, average, average, average, average, average, average, average, average, average, average, cast, concat, contains, contains, correlateJoin, count, count, createOrderedEnumerable, defaultIfEmpty, defaultIfEmpty, distinct, distinct, elementAt, elementAtOrDefault, except, except, except, except, first, first, firstOrDefault, firstOrDefault, foreach, getThis, getThisOrdered, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, hashJoin, hashJoin, hashJoin, hashJoin, intersect, intersect, intersect, intersect, into, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, ofType, orderBy, orderBy, orderByDescending, orderByDescending, removeAll, reverse, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skip, skipWhile, skipWhile, sortedGroupBy, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, take, takeWhile, takeWhile, thenBy, thenBy, thenByDescending, thenByDescending, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, union, union, where, where, zipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Interpreter(DataContext dataContext, RelNode rootRel)
public org.apache.calcite.linq4j.Enumerator<Object[]> enumerator()
enumerator in interface org.apache.calcite.linq4j.RawEnumerable<Object[]>public void close()
close in interface AutoCloseableCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.