| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| 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 |
(package private) List<IntPair> |
Lattice.Edge.pairs |
| Constructor and Description |
|---|
Node(TableScan scan,
Lattice.Node parent,
List<IntPair> link,
int startCol,
int endCol,
String alias) |
| Modifier and Type | Field and Description |
|---|---|
private List<IntPair> |
RelReferentialConstraintImpl.columnPairs |
| Modifier and Type | Method and Description |
|---|---|
List<IntPair> |
RelReferentialConstraintImpl.getColumnPairs() |
List<IntPair> |
RelReferentialConstraint.getColumnPairs()
The (source, target) column ordinals.
|
| Modifier and Type | Method and Description |
|---|---|
static RelReferentialConstraintImpl |
RelReferentialConstraintImpl.of(List<String> sourceQualifiedName,
List<String> targetQualifiedName,
List<IntPair> columnPairs) |
| Constructor and Description |
|---|
RelReferentialConstraintImpl(List<String> sourceQualifiedName,
List<String> targetQualifiedName,
List<IntPair> columnPairs) |
| 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 |
|---|---|
IntPair |
Mappings.FunctionMappingIter.next() |
IntPair |
Mappings.PartialMapping.MappingItr.next() |
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> |
Mappings.FiniteAbstractMapping.iterator() |
Iterator<IntPair> |
Mappings.PartialMapping.iterator() |
Iterator<IntPair> |
Mappings.IdentityMapping.iterator() |
Iterator<IntPair> |
Mappings.OverridingSourceMapping.iterator() |
Iterator<IntPair> |
Mappings.OverridingTargetMapping.iterator() |
Iterator<IntPair> |
Mappings.PartialFunctionImpl.iterator() |
Iterator<IntPair> |
Mappings.InverseMapping.iterator() |
Iterator<IntPair> |
Mapping.iterator()
Returns an iterator over the elements in this mapping.
|
Iterator<IntPair> |
AbstractSourceMapping.iterator() |
Iterator<IntPair> |
AbstractTargetMapping.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–2018 The Apache Software Foundation. All rights reserved.