| Package | Description |
|---|---|
| org.apache.calcite.linq4j |
Language-integrated query for Java (linq4j) main package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Enumerable<T>
Exposes the enumerator, which supports a simple iteration over a collection.
|
interface |
ExtendedOrderedEnumerable<T>
Extension methods for
OrderedEnumerable. |
interface |
ExtendedOrderedQueryable<T>
Extension methods for
OrderedQueryable. |
interface |
Grouping<K,V>
Represents a collection of objects that have a common key.
|
interface |
Lookup<K,V>
Represents a collection of keys each mapped to one or more values.
|
interface |
OrderedEnumerable<T>
Represents the result of applying a sorting operation to an
Enumerable. |
interface |
OrderedQueryable<T>
Represents the result of applying a sorting operation to a
Queryable. |
interface |
Queryable<T>
Provides functionality to evaluate queries against a specific data source
wherein the type of the data is known.
|
static interface |
QueryableDefaults.Replayable<T>
Replayable.
|
interface |
RawQueryable<T>
Core methods that define a
Queryable. |
| 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.