| Package | Description |
|---|---|
| org.apache.calcite.linq4j |
Language-integrated query for Java (linq4j) main package.
|
| Class and Description |
|---|
| 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. |
| Enumerable
Exposes the enumerator, which supports a simple iteration over a collection.
|
| Enumerator
Supports a simple iteration over a collection.
|
| ExtendedEnumerable
Extension methods in
Enumerable. |
| ExtendedOrderedEnumerable
Extension methods for
OrderedEnumerable. |
| ExtendedOrderedQueryable
Extension methods for
OrderedQueryable. |
| Grouping
Represents a collection of objects that have a common key.
|
| Lookup
Represents a collection of keys each mapped to one or more values.
|
| OpType
Operator type.
|
| Ord
Pair of an element and an ordinal.
|
| 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–2015 The Apache Software Foundation. All rights reserved.