| Package | Description |
|---|---|
| org.apache.calcite.linq4j |
Language-integrated query for Java (linq4j) main package.
|
| Class and Description |
|---|
| AbstractEnumerable
Abstract implementation of the
Enumerable interface that
implements the extension methods. |
| AbstractEnumerable2
Abstract implementation of the
Enumerable
interface that implements the extension methods. |
| AbstractQueryable
Abstract implementation of the
Queryable interface that implements
the extension methods. |
| BaseQueryable
Skeleton implementation of
Queryable. |
| CorrelateJoinType
Specifies the type of correlation operation: inner, left, semi, or anti.
|
| DefaultEnumerable
Implementation of the
Enumerable interface
that implements the extension methods by calling into the Extensions
class. |
| DefaultQueryable
Implementation of the
Queryable interface that
implements the extension methods by calling into the Extensions
class. |
| Enumerable
Exposes the enumerator, which supports a simple iteration over a collection.
|
| EnumerableDefaults.Wrapped
Value wrapped with a comparer.
|
| EnumerableQueryable
Implementation of
Queryable by a Enumerable. |
| Enumerator
Supports a simple iteration over a collection.
|
| ExtendedEnumerable
Extension methods in
Enumerable. |
| ExtendedOrderedEnumerable
Extension methods for
OrderedEnumerable. |
| ExtendedOrderedQueryable
Extension methods for
OrderedQueryable. |
| ExtendedQueryable
Extension methods in Queryable.
|
| Grouping
Represents a collection of objects that have a common key.
|
| Linq4j.CollectionEnumerable
Collection enumerable.
|
| Linq4j.IterableEnumerable
Iterable enumerable.
|
| Lookup
Represents a collection of keys each mapped to one or more values.
|
| LookupImpl
Implementation of
Lookup that uses an underlying map. |
| OpType
Operator type.
|
| Ord
Pair of an element and an ordinal.
|
| Ord.OrdList
List of
Ord backed by a list of elements. |
| OrderedEnumerable
Represents the result of applying a sorting operation to an
Enumerable. |
| OrderedQueryable
Represents the result of applying a sorting operation to a
Queryable. |
| Queryable
Provides functionality to evaluate queries against a specific data source
wherein the type of the data is known.
|
| QueryableDefaults.Replayable
Replayable.
|
| QueryableDefaults.ReplayableQueryable
Replayable queryable.
|
| QueryableFactory
Factory for building
Queryable objects. |
| QueryableRecorder
Implementation of
QueryableFactory that records each event
and returns an object that can replay the event when you call its
QueryableDefaults.ReplayableQueryable.replay(QueryableFactory)
method. |
| QueryProvider
Defines methods to create and execute queries that are described by a
Queryable object. |
| QueryProviderImpl
Partial implementation of
QueryProvider. |
| RawEnumerable
Exposes the enumerator, which supports a simple iteration over a collection,
without the extension methods.
|
| RawQueryable
Core methods that define a
Queryable. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.