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.
|
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. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.