| Package | Description |
|---|---|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteException |
Aggregate.AggCallBinding.newError(Resources.ExInst<SqlValidatorException> e) |
| Modifier and Type | Method and Description |
|---|---|
CalciteException |
RexCallBinding.newError(Resources.ExInst<SqlValidatorException> e) |
| Modifier and Type | Class and Description |
|---|---|
class |
CalciteContextException
Exception which contains information about the textual context of the causing
exception.
|
| Modifier and Type | Method and Description |
|---|---|
static CalciteException |
SqlUtil.newContextException(SqlParserPos pos,
Resources.ExInst<?> e,
String inputText)
Wraps an exception with context.
|
CalciteException |
SqlCallBinding.newError(Resources.ExInst<SqlValidatorException> e) |
CalciteException |
ExplicitOperatorBinding.newError(Resources.ExInst<SqlValidatorException> e) |
abstract CalciteException |
SqlOperatorBinding.newError(Resources.ExInst<SqlValidatorException> e)
Wraps a validation error with context appropriate to this operator call.
|
CalciteException |
SqlCallBinding.newValidationError(Resources.ExInst<SqlValidatorException> ex)
Constructs a new validation error for the call.
|
CalciteException |
SqlCallBinding.newValidationSignatureError()
Constructs a new validation signature error for the call.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteException |
SqlValidatorImpl.handleUnresolvedFunction(SqlCall call,
SqlFunction unresolvedFunction,
List<RelDataType> argTypes) |
CalciteException |
SqlValidator.handleUnresolvedFunction(SqlCall call,
SqlFunction unresolvedFunction,
List<RelDataType> argTypes)
Handles a call to a function which cannot be resolved.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.