| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerableJoin
Implementation of
Join in
enumerable calling convention. |
class |
EnumerableMergeJoin
Implementation of
Join in
enumerable calling convention using
a merge algorithm. |
class |
EnumerableSemiJoin
Implementation of
SemiJoin in
enumerable calling convention. |
| Modifier and Type | Class and Description |
|---|---|
class |
SemiJoin
Relational expression that joins two relational expressions according to some
condition, but outputs only columns from the left input, and eliminates
duplicates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EquiJoin
Deprecated.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.