| 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.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RelOptUtil.dumpPlan(String header,
RelNode rel,
SqlExplainFormat format,
SqlExplainLevel detailLevel)
Dumps a plan as a string.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlExplainFormat |
Prepare.PreparedExplain.format |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Prepare.PreparedResult |
Prepare.createPreparedExplanation(RelDataType resultType,
RelDataType parameterRowType,
RelRoot root,
SqlExplainFormat format,
SqlExplainLevel detailLevel) |
protected Prepare.PreparedResult |
CalcitePrepareImpl.CalcitePreparingStmt.createPreparedExplanation(RelDataType resultType,
RelDataType parameterRowType,
RelRoot root,
SqlExplainFormat format,
SqlExplainLevel detailLevel) |
| Constructor and Description |
|---|
CalcitePreparedExplain(RelDataType resultType,
RelDataType parameterRowType,
RelRoot root,
SqlExplainFormat format,
SqlExplainLevel detailLevel) |
PreparedExplain(RelDataType rowType,
RelDataType parameterRowType,
RelRoot root,
SqlExplainFormat format,
SqlExplainLevel detailLevel) |
| Modifier and Type | Method and Description |
|---|---|
SqlExplainFormat |
SqlExplain.getFormat()
Returns the desired output format.
|
static SqlExplainFormat |
SqlExplainFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlExplainFormat[] |
SqlExplainFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.