| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.util |
Provides utility classes.
|
| org.apache.calcite.util.mapping |
Support for algebraic maps.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<IntPair> |
Lattice.Node.link |
| Constructor and Description |
|---|
Lattice.Node(TableScan scan,
Lattice.Node parent,
List<IntPair> link,
int startCol,
int endCol,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
List<IntPair> |
JoinInfo.pairs()
Returns a list of (left, right) key ordinals.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IntPair> |
Permutation.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static IntPair |
IntPair.of(int left,
int right) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<IntPair> |
Mappings.invert(Iterable<IntPair> pairs)
|
static Iterator<IntPair> |
Mappings.invert(Iterator<IntPair> pairs)
|
Iterator<IntPair> |
AbstractTargetMapping.iterator() |
Iterator<IntPair> |
AbstractSourceMapping.iterator() |
Iterator<IntPair> |
Mapping.iterator()
Returns an iterator over the elements in this mapping.
|
Iterator<IntPair> |
Mappings.FiniteAbstractMapping.iterator() |
Iterator<IntPair> |
Mappings.PartialMapping.iterator() |
Iterator<IntPair> |
Mappings.IdentityMapping.iterator() |
Iterator<IntPair> |
Mappings.OverridingSourceMapping.iterator() |
Iterator<IntPair> |
Mappings.OverridingTargetMapping.iterator() |
static List<IntPair> |
IntPair.zip(List<? extends Number> lefts,
List<? extends Number> rights)
Converts two lists into a list of
IntPairs,
whose length is the lesser of the lengths of the
source lists. |
static List<IntPair> |
IntPair.zip(List<? extends Number> lefts,
List<? extends Number> rights,
boolean strict)
Converts two lists into a list of
IntPairs. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<IntPair> |
Mappings.invert(Iterable<IntPair> pairs)
|
static Iterator<IntPair> |
Mappings.invert(Iterator<IntPair> pairs)
|
static Mapping |
Mappings.target(Iterable<IntPair> pairs,
int sourceCount,
int targetCount) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.