| Package | Description |
|---|---|
| org.apache.calcite.linq4j |
Language-integrated query for Java (linq4j) main package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedEnumerable<T>
Represents the result of applying a sorting operation to an
Enumerable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumerable<T>
Abstract implementation of the
Enumerable interface that
implements the extension methods. |
class |
AbstractEnumerable2<T>
Abstract implementation of the
Enumerable
interface that implements the extension methods. |
class |
AbstractQueryable<T>
Abstract implementation of the
Queryable interface that implements
the extension methods. |
class |
BaseQueryable<TSource>
Skeleton implementation of
Queryable. |
class |
DefaultEnumerable<T>
Implementation of the
Enumerable interface
that implements the extension methods by calling into the Extensions
class. |
static class |
QueryableDefaults.NonLeafReplayableQueryable<T>
Non-leaf replayable queryable.
|
static class |
QueryableDefaults.ReplayableQueryable<T>
Replayable queryable.
|
static class |
QueryProviderImpl.QueryableImpl<T>
Binds an expression to this query provider.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.