| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| 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 |
EnumerableTableFunctionScan
Implementation of
TableFunctionScan in
enumerable calling convention. |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
RelShuttleImpl.visit(TableFunctionScan scan) |
RelNode |
RelHomogeneousShuttle.visit(TableFunctionScan scan) |
RelNode |
RelShuttle.visit(TableFunctionScan scan) |
| Modifier and Type | Method and Description |
|---|---|
TableFunctionScan |
TableFunctionScan.copy(RelTraitSet traitSet,
List<RelNode> inputs) |
abstract TableFunctionScan |
TableFunctionScan.copy(RelTraitSet traitSet,
List<RelNode> inputs,
RexNode rexCall,
Type elementType,
RelDataType rowType,
Set<RelColumnMapping> columnMappings)
Copies this relational expression, substituting traits and
inputs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogicalTableFunctionScan
Sub-class of
TableFunctionScan
not targeted at any particular engine or calling convention. |
| Modifier and Type | Method and Description |
|---|---|
Set<RelColumnOrigin> |
RelMdColumnOrigins.getColumnOrigins(TableFunctionScan rel,
int iOutputColumn) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.