| org.apache.calcite.rel.core.Project.copy(RelTraitSet, RelNode, List, RelDataType, int) |
| org.apache.calcite.rel.core.Calc.copy(RelTraitSet, RelNode, RexProgram, List) |
| org.apache.calcite.rel.RelCollationImpl.createSingleton(int) |
| org.apache.calcite.util.Util.deprecated(T, boolean)
If a piece of code calls this method, it indicates that the
code needs to be cleaned up.
|
| org.apache.calcite.rel.RelCollationImpl.equal(List, List) |
| org.apache.calcite.rel.RelNode.getChildExps()
use #accept(org.apache.calcite.rex.RexShuttle)
|
| org.apache.calcite.rel.AbstractRelNode.getCollationList()
|
| org.apache.calcite.rel.RelNode.getCollationList()
|
| org.apache.calcite.sql.parser.impl.SimpleCharStream.getColumn() |
| org.apache.calcite.sql.type.SqlTypeName.getDefaultPrecision()
|
| org.apache.calcite.rel.core.Project.getFlags() |
| org.apache.calcite.sql.parser.impl.SimpleCharStream.getLine() |
| org.apache.calcite.sql.type.SqlTypeName.getMaxPrecision()
|
| org.apache.calcite.sql.type.SqlTypeName.getMaxScale()
|
| org.apache.calcite.plan.RelOptRuleCall.getRels()
|
| org.apache.calcite.rel.core.Project.isBoxed() |
| org.apache.calcite.rel.RelCollationImpl.isValid(RelDataType, List, boolean) |
| org.apache.calcite.rel.RelCollationImpl.of(List) |
| org.apache.calcite.rel.RelCollationImpl.of(RelFieldCollation...) |
| org.apache.calcite.rel.RelCollationImpl.ordinals(RelCollation) |
| org.apache.calcite.sql.parser.SqlParserUtil.parseDate(String)
this method is not localized for Farrago standards
|
| org.apache.calcite.sql.parser.SqlParserUtil.parseTime(String)
Does not parse SQL:99 milliseconds
|
| org.apache.calcite.sql.parser.SqlParserUtil.parseTimestamp(String)
this method is not localized for Farrago standards
|
| org.apache.calcite.util.Compatible.setSchema(Connection, String) |
org.apache.calcite.sql.validate.SqlValidator.setValidatedNodeType(SqlNode, RelDataType)
This method should not be in the SqlValidator
interface. The validator should drive the type-derivation process, and
store nodes' types when they have been derived.
|
| org.apache.calcite.plan.RelOptCluster.traitSetOf(RelTrait...)
|
| org.apache.calcite.plan.Contexts.withConfig(CalciteConnectionConfig)
|