| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.schema |
Schema SPI.
|
| 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 |
|---|---|
List<ColumnStrategy> |
RelOptTable.getColumnStrategies()
Returns a list describing how each column is populated.
|
List<ColumnStrategy> |
RelOptAbstractTable.getColumnStrategies() |
| Modifier and Type | Method and Description |
|---|---|
static List<ColumnStrategy> |
RelOptTableImpl.columnStrategies(RelOptTable table)
|
List<ColumnStrategy> |
Prepare.AbstractPreparingTable.getColumnStrategies() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnStrategy |
ColumnStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnStrategy[] |
ColumnStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnStrategy |
ModifiableViewTable.ModifiableViewTableInitializerExpressionFactory.generationStrategy(RelOptTable table,
int iColumn) |
| Modifier and Type | Method and Description |
|---|---|
ColumnStrategy |
InitializerExpressionFactory.generationStrategy(RelOptTable table,
int iColumn)
Returns how a column is populated.
|
ColumnStrategy |
NullInitializerExpressionFactory.generationStrategy(RelOptTable table,
int iColumn) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.