| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,RexNode> |
RelOptUtil.getColumnConstraints(ModifiableView modifiableViewTable,
RelDataType targetRowType,
RelDataTypeFactory typeFactory)
Returns a mapping of the column ordinal in the underlying table to a column
constraint of the modifiable view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiableViewTable
Extension to
ViewTable that is modifiable. |
| Modifier and Type | Method and Description |
|---|---|
private RelNode |
SqlToRelConverter.createSource(RelOptTable targetTable,
RelNode source,
ModifiableView modifiableView,
RelDataType delegateRowType)
Wraps a relational expression in the projects and filters implied by
a
ModifiableView. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.