| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
Resources.ExInstWithCause<CalciteContextException> |
CalciteResource.validatorContext(int a0,
int a1,
int a2,
int a3) |
Resources.ExInstWithCause<CalciteContextException> |
CalciteResource.validatorContextPoint(int a0,
int a1) |
| Modifier and Type | Method and Description |
|---|---|
static CalciteContextException |
SqlUtil.newContextException(int line,
int col,
int endLine,
int endCol,
Resources.ExInst<?> e)
Wraps an exception with context.
|
static CalciteContextException |
SqlUtil.newContextException(SqlParserPos pos,
Resources.ExInst<?> e)
Wraps an exception with context.
|
| Constructor and Description |
|---|
SqlAdvisor.ValidateErrorInfo(CalciteContextException e)
Creates a new ValidateErrorInfo with an CalciteContextException.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteContextException |
SqlValidatorImpl.newValidationError(SqlNode node,
Resources.ExInst<SqlValidatorException> e) |
CalciteContextException |
SqlValidator.newValidationError(SqlNode node,
Resources.ExInst<SqlValidatorException> e)
Adds "line x, column y" context to a validator exception.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.