| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.metadata |
Defines metadata interfaces and utilities for relational
expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerableIntersect
Implementation of
Intersect in
enumerable calling convention. |
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcRules.JdbcIntersect
Intersect operator implemented in JDBC convention.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogicalIntersect
Sub-class of
Intersect
not targeted at any particular engine or calling convention. |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
RelMdSize.averageColumnSizes(Intersect rel) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.