public interface CalciteResource
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
absentOverClause() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
accessNotAllowed(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateIllegalInClause(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateIllegalInOrderBy() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateInFilterIllegal() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateInWithinDistinctIllegal() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateInWithinGroupIllegal() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aggregateMissingWithinGroupClause(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aliasListDegree(int a0,
String a1,
int a2) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aliasListDuplicate(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
aliasMustBeSimpleIdentifier() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
ambiguousSortOrderInJsonArrayAggFunc() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
applyNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
argumentMustBeLiteral(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
argumentMustBeNumericLiteralInRange(String a0,
int min,
int max) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
argumentMustBePositiveInteger(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
argumentMustBeValidPrecision(String a0,
int a1,
int a2) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
argumentMustHaveScaleZero(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
argumentMustNotBeNull(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
arrayOrObjectValueRequiredInStrictModeOfJsonQueryFunc(String value) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
auxiliaryWithoutMatchingGroupCall(String func1,
String func2) |
org.apache.calcite.runtime.Resources.Inst |
badFormat(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
badLowerBoundary() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
badUpperBoundary() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
bangEqualNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
betweenWithoutAnd() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
binaryLiteralInvalid() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
binaryLiteralOdd() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
canNotApplyOp2Type(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
cannotCallTableFunctionHere(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotCastValue(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
cannotConvert(String o,
String toType) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotConvertToRelation(String tableName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotConvertToStream(String tableName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotOverrideWindowAttribute() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotStreamResultsForNonStreamingInputs(String inputs) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotStreamValues() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotUseDisallowPartialWithRange() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cannotUseWithinWithoutOrderBy() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
charLiteralAliasNotValid() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
charsetEncoding(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnAmbiguous(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnCountMismatch() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnCountMismatchInSetop(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnInUsingNotUnique(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnNotFound(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnNotFoundDidYouMean(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnNotFoundInTable(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnNotFoundInTableDidYouMean(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnNotNullable(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
columnTypeMismatchInSetop(int a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
compoundOrderByProhibitsRange() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
condMustBeBoolean(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
createTableRequiresColumnList() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
createTableRequiresColumnTypes(String columnName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
crossJoinDisallowsCondition() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
currentRowFollowingError() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
currentRowPrecedingError() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
cyclicDefinition(String id,
String view) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
dateLiteralOutOfRange(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
dateRequiresInterval() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
defaultForOptionalParameter() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
defaultNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
dialectDoesNotSupportFeature(String featureName) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
differentCollations(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
differentLengthForBitwiseOperands(int l0,
int l1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
disallowsNullTreatment(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
disallowsQualifyingCommonColumn(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateArgumentName(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateColumnAndNoColumnList(String s) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateColumnName(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateNameInColumnList(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateTargetColumn(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
duplicateWindowName() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
dupWindowSpec() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
dynamicParamIllegal() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
emptyResultOfJsonQueryFuncNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
emptyResultOfJsonValueFuncNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
emptyWindowSpec() |
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> |
exceptionWhilePerformingQueryOnJdbcSubSchema(String sql) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
exceptionWhileSerializingToJson(String value) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
expectedBoolean() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
expectedCharacter() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
expectedQueryOrJoinExpression() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
extendNotAllowed() |
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteException> |
failedToAccessField(@Nullable String fieldName,
int fieldIndex,
String typeName) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
filterableTableInventedFilter(String s) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
filterableTableScanReturnedNull() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
filterMustBeBoolean() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
filterNonAggregate() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
firstColumnOfOrderByMustBeTimestamp() |
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> |
firstParameterOfAdd(String className) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
followingBeforePrecedingError() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
fromAliasDuplicate(@Nullable String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
funcNeedsOrderBy() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
functionMatchRecognizeOnly(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
functionNotFound(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
functionQuantifierNotAllowed(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
functionUndefined(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
geometryDisabled() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
groupFunctionMustAppearInGroupByClause(String funcName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
groupingArgument(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
groupingInAggregate(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
groupingInWrongClause(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
havingMustBeBoolean() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
identifierTooLong(String a0,
int a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalArgumentForTableFunctionCall(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalBinaryString(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalColon() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalCursorExpression() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalEmptyBehaviorInJsonQueryFunc(String emptyBehavior) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalEmptyBehaviorInJsonValueFunc(String emptyBehavior) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalErrorBehaviorInJsonExistsFunc(String errorBehavior) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalErrorBehaviorInJsonQueryFunc(String errorBehavior) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalErrorBehaviorInJsonValueFunc(String errorBehavior) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
illegalExpressionForTemporal(String type) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalFromEmpty() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalIntervalLiteral(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalJoinExpression() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalJsonPathMode(String pathMode) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalJsonPathModeInPathSpec(String pathMode,
String pathSpec) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalJsonPathSpec(String pathSpec) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalLiteral(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalLocaleFormat(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalMinusDate() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
illegalMixingOfTypes() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalNegativeSubstringLength() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalNonQueryExpression() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalOrderBy() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalOverlaps() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalQueryExpression() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalRowExpression() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalWrapperBehaviorInJsonQueryFunc(String wrapperBehavior) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
illegalXslt(String xslt) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
incompatibleCharset(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
incompatibleTypes() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
incompatibleTypesInList() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
incompatibleValueType(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
insertIntoAlwaysGenerated(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
internal(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
intervalFieldExceedsPrecision(Number a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
intervalFractionalSecondPrecisionOutOfRange(int a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
intervalMustBeNonNegative(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
intervalStartPrecisionOutOfRange(int a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
invalidArgCount(String a0,
int a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidBoolean(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidCharacterForCast(String s) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidCompare(String a0,
String a1,
String a2,
String a3) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidDatetimeFormat(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForExistsNode(String xpath,
@Nullable String namespace) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForExtractValue(String xml,
String xpath) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForExtractXml(String xpath,
@Nullable String namespace) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonDepth(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonKeys(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonLength(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonRemove(String value,
String pathSpecs) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonStorageSize(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForJsonType(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForRegexpReplace(String value) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidInputForXmlTransform(String xml) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidLiteral(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
invalidOrderBy(int idx,
String funcName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
invalidOrderByPos() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
invalidPartitionKeys(int idx,
String funcName) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidSampleSize() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidTypesForArithmetic(String clazzName0,
String op,
String clazzName1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
invalidTypesForComparison(String clazzName0,
String op,
String clazzName1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
joinRequiresCondition() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
limitStartCountNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
mapRequiresEvenArgCount() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
mapRequiresTwoOrMoreArgs() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
minMaxBadType(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
minusNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
modifiableViewMustBeBasedOnSingleTable() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
modifiableViewMustHaveOnlyEqualityPredicates() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
moreThanOneMappedColumn(String columnName,
String tableName) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
moreThanOneValueInList(String list) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
multipleRowSemanticsTables(String funcName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
mustNotNullInElse() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
naturalDisallowsOnOrUsing() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
naturalOrUsingColumnNotCompatible(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
needQueryOp(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
needSameTypeParameter() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
nestedAggIllegal() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
nonStandardFeatureUsed(String feature) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
noOperator(String name,
String kind,
String syntax) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
notASequence(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
notGroupExpr(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
notSelectDistinctExpr(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
notTemporalTable(String tableName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
noValueSuppliedForViewColumn(String columnName,
String tableName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
nullIllegal() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
nullKeyOfJsonObjectNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
numberLiteralOutOfRange(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
objectNotFound(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
objectNotFoundDidYouMean(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
objectNotFoundWithin(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
objectNotFoundWithinDidYouMean(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
offsetLimitNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
onlyScalarSubQueryAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
operandNotComparable(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderByDataTypeProhibitsRange() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderByOrdinalOutOfRange() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderByOverlap() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderByRangeMismatch() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderByRequiresOneKey(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
orderbyShouldNotContainOver() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
overMissingOrderBy() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
overNonAggregate() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
paramNotFoundInFunctionDidYouMean(String a0,
String a1,
String a2) |
org.apache.calcite.runtime.Resources.Inst |
parserContext(int a0,
int a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
partitionbyShouldNotContainOver() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
partitionNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternAggregationInNavigation(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternCountFunctionArg() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternFunctionNullCheck(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternFunctionVariableCheck(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternPrevFunctionInMeasure(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternPrevFunctionOrder(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternRunningFunctionInDefine(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
patternVarAlreadyDefined(String varName) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
percentRemainderNotAllowed() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
personalityManagesRowCount() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
personalitySupportsLabels() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
personalitySupportsSnapshots() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
pivotAggMalformed() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
pivotValueArityMismatch(int valueCount,
int forCount) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
preparationAborted() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
queryExecutionTimeoutReached(String timeout,
String queryStart) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
rankWithFrame() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
refWindowWithFrame() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
requireAtLeastOneArg() |
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> |
requireDefaultConstructor(String className) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
rolledUpNotAllowed(String column,
String context) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
rowMustBeNonNegativeIntegral() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
scalarValueRequiredInStrictModeOfJsonValueFunc(String value) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
schemaExists(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
schemaInvalidType(String type,
String values) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
schemaNotFound(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
selectMissingFrom() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
sharedStatementPlans() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
someButNotAllArgumentsAreNamed() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
sQLConformance_MultipleActiveAutocommitStatements() |
Feature |
sQLConformance_OrderByDesc() |
Feature |
sQLFeature_E051_01() |
Feature |
sQLFeature_E071_03() |
Feature |
sQLFeature_E101_03() |
Feature |
sQLFeature_E151() |
Feature |
sQLFeature_F302() |
Feature |
sQLFeature_F312() |
Feature |
sQLFeature_S271() |
Feature |
sQLFeature_T613() |
Feature |
sQLFeatureExt_T613_Substitution() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
starRequiresRecordType() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
streamMustGroupByMonotonic() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
streamMustOrderByMonotonic() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
streamSetOpInconsistentInputs() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
strictPathModeRequiresNonEmptyValue() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
stringFragsOnSameLine() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
tableExists(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
tableNameNotFound(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
tableNameNotFoundDidYouMean(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
tableNotFound(String tableName)
Same message as
tableNameNotFound(String) but a different kind
of exception, so it can be used in RelBuilder. |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
trimError() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotAssignable(String a0,
String a1,
String a2,
String a3) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotComparable(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotComparableEachOther(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotComparableNear(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotFound(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
typeNotSupported(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unboundedFollowingWindowNotSupported() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
unicodeEscapeCharIllegal(String a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
unicodeEscapeCharLength(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unicodeEscapeMalformed(int a0) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
unicodeEscapeUnexpected() |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
unknownCharacterSet(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unknownDatatypeName(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unknownField(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unknownIdentifier(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unknownPattern(String call) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unknownTargetColumn(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unmatchInsertColumn(int a0,
int a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unpivotCannotDeriveAxisType(String axisName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unpivotCannotDeriveMeasureType(String measureName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unpivotDuplicate(String columnName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unpivotValueArityMismatch(int valueCount,
int forCount) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unsupportedIntervalLiteral(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
unsupportedTypeInOrderBy(String a0,
String a1) |
org.apache.calcite.runtime.Resources.ExInst<CalciteException> |
validationError(String a0) |
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> |
validatorContext(int a0,
int a1,
int a2,
int a3) |
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> |
validatorContextPoint(int a0,
int a1) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
validatorUnknownFunction(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
viewConstraintNotSatisfied(String columnName,
String tableName) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
viewExists(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
viewNotFound(String name) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
windowedAggregateIllegalInClause(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
windowHasNegativeSize() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
windowNameMustBeSimple() |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
windowNotFound(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
withinDistinctNotAllowed(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
withinGroupClauseIllegalInAggregate(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
withinGroupNotAllowed(String a0) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
wrongNumberOfParam(String a0,
int a1,
String a2) |
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> |
wrongNumOfArguments() |
org.apache.calcite.runtime.Resources.Inst parserContext(int a0,
int a1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> bangEqualNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> percentRemainderNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> limitStartCountNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> offsetLimitNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> applyNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalLiteral(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> identifierTooLong(String a0, int a1)
org.apache.calcite.runtime.Resources.Inst badFormat(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> betweenWithoutAnd()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> geometryDisabled()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalIntervalLiteral(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalMinusDate()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalOverlaps()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNonQueryExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalQueryExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJoinExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> expectedQueryOrJoinExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalCursorExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalOrderBy()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalBinaryString(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalFromEmpty()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalRowExpression()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalColon()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidSampleSize()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidLiteral(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> unknownCharacterSet(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> charsetEncoding(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeCharLength(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeCharIllegal(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeUnexpected()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unicodeEscapeMalformed(int a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> validatorUnknownFunction(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidArgCount(String a0, int a1)
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> validatorContextPoint(int a0, int a1)
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> validatorContext(int a0, int a1, int a2, int a3)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotCastValue(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownDatatypeName(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleValueType(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleTypesInList()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleCharset(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidOrderByPos()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownIdentifier(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownField(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownTargetColumn(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateTargetColumn(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unmatchInsertColumn(int a0, int a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotNullable(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotAssignable(String a0, String a1, String a2, String a3)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableNameNotFound(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableNameNotFoundDidYouMean(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> tableNotFound(String tableName)
tableNameNotFound(String) but a different kind
of exception, so it can be used in RelBuilder.org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFound(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundWithin(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundDidYouMean(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundWithinDidYouMean(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notASequence(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFound(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundDidYouMean(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundInTable(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundInTableDidYouMean(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnAmbiguous(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> paramNotFoundInFunctionDidYouMean(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> needQueryOp(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> needSameTypeParameter()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> canNotApplyOp2Type(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> expectedBoolean()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> expectedCharacter()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mustNotNullInElse()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionUndefined(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> wrongNumberOfParam(String a0, int a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> illegalMixingOfTypes()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidCompare(String a0, String a1, String a2, String a3)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> differentCollations(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparable(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparableNear(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> wrongNumOfArguments()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> operandNotComparable(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparableEachOther(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> numberLiteralOutOfRange(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dateLiteralOutOfRange(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> stringFragsOnSameLine()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasMustBeSimpleIdentifier()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> charLiteralAliasNotValid()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasListDegree(int a0, String a1, int a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasListDuplicate(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> joinRequiresCondition()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> disallowsQualifyingCommonColumn(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> crossJoinDisallowsCondition()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> naturalDisallowsOnOrUsing()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnInUsingNotUnique(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> naturalOrUsingColumnNotCompatible(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> absentOverClause()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowNotFound(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> disallowsNullTreatment(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notGroupExpr(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingArgument(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingInAggregate(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingInWrongClause(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notSelectDistinctExpr(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateIllegalInClause(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowedAggregateIllegalInClause(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> nestedAggIllegal()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInFilterIllegal()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInWithinGroupIllegal()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInWithinDistinctIllegal()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateMissingWithinGroupClause(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinGroupClauseIllegalInAggregate(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateIllegalInOrderBy()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> condMustBeBoolean(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> havingMustBeBoolean()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> overNonAggregate()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> filterNonAggregate()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotOverrideWindowAttribute()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnCountMismatchInSetop(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnTypeMismatchInSetop(int a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> binaryLiteralOdd()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> binaryLiteralInvalid()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unsupportedIntervalLiteral(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalFieldExceedsPrecision(Number a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> compoundOrderByProhibitsRange()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByDataTypeProhibitsRange()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByRangeMismatch()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dateRequiresInterval()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rowMustBeNonNegativeIntegral()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> overMissingOrderBy()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> partitionbyShouldNotContainOver()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderbyShouldNotContainOver()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> badLowerBoundary()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> badUpperBoundary()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> currentRowPrecedingError()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> currentRowFollowingError()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> followingBeforePrecedingError()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowNameMustBeSimple()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateWindowName()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> emptyWindowSpec()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dupWindowSpec()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rankWithFrame()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> funcNeedsOrderBy()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> partitionNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByOverlap()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> refWindowWithFrame()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotSupported(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unsupportedTypeInOrderBy(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByRequiresOneKey(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionQuantifierNotAllowed(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinGroupNotAllowed(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinDistinctNotAllowed(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> someButNotAllArgumentsAreNamed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateArgumentName(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> defaultForOptionalParameter()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> defaultNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> accessNotAllowed(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> minMaxBadType(String a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> onlyScalarSubQueryAllowed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByOrdinalOutOfRange()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowHasNegativeSize()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unboundedFollowingWindowNotSupported()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotUseDisallowPartialWithRange()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalStartPrecisionOutOfRange(int a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalFractionalSecondPrecisionOutOfRange(int a0, String a1)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> fromAliasDuplicate(@Nullable String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateColumnName(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateNameInColumnList(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> internal(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeLiteral(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBePositiveInteger(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeNumericLiteralInRange(String a0, int min, int max)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> validationError(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalLocaleFormat(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustNotBeNull(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> nullIllegal()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dynamicParamIllegal()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidBoolean(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeValidPrecision(String a0, int a1, int a2)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalArgumentForTableFunctionCall(String a0, String a1, String a2)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> cannotCallTableFunctionHere(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidDatetimeFormat(String a0)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> insertIntoAlwaysGenerated(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> argumentMustHaveScaleZero(String a0)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> preparationAborted()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> nonStandardFeatureUsed(String feature)
Feature sQLFeature_E051_01()
Feature sQLFeature_E071_03()
Feature sQLFeature_E101_03()
Feature sQLFeature_E151()
Feature sQLFeature_F302()
Feature sQLFeature_F312()
Feature sQLFeature_S271()
Feature sQLFeature_T613()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> sQLConformance_MultipleActiveAutocommitStatements()
Feature sQLConformance_OrderByDesc()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> sharedStatementPlans()
Feature sQLFeatureExt_T613_Substitution()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalityManagesRowCount()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalitySupportsSnapshots()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalitySupportsLabels()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> requireAtLeastOneArg()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mapRequiresTwoOrMoreArgs()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mapRequiresEvenArgCount()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleTypes()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnCountMismatch()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateColumnAndNoColumnList(String s)
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> requireDefaultConstructor(String className)
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> firstParameterOfAdd(String className)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterableTableInventedFilter(String s)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterableTableScanReturnedNull()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotConvertToStream(String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotConvertToRelation(String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamMustGroupByMonotonic()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamMustOrderByMonotonic()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamSetOpInconsistentInputs()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotStreamValues()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cyclicDefinition(String id, String view)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> modifiableViewMustBeBasedOnSingleTable()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> modifiableViewMustHaveOnlyEqualityPredicates()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> moreThanOneMappedColumn(String columnName, String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> noValueSuppliedForViewColumn(String columnName, String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewConstraintNotSatisfied(String columnName, String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> starRequiresRecordType()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterMustBeBoolean()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotStreamResultsForNonStreamingInputs(String inputs)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> minusNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> selectMissingFrom()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupFunctionMustAppearInGroupByClause(String funcName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> auxiliaryWithoutMatchingGroupCall(String func1, String func2)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> pivotAggMalformed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> pivotValueArityMismatch(int valueCount, int forCount)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotDuplicate(String columnName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotValueArityMismatch(int valueCount, int forCount)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotCannotDeriveMeasureType(String measureName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotCannotDeriveAxisType(String axisName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternVarAlreadyDefined(String varName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternPrevFunctionInMeasure(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternPrevFunctionOrder(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternAggregationInNavigation(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternCountFunctionArg()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> illegalExpressionForTemporal(String type)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notTemporalTable(String tableName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternRunningFunctionInDefine(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternFunctionVariableCheck(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionMatchRecognizeOnly(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternFunctionNullCheck(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownPattern(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalMustBeNonNegative(String call)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotUseWithinWithoutOrderBy()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> firstColumnOfOrderByMustBeTimestamp()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> extendNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rolledUpNotAllowed(String column, String context)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaExists(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaInvalidType(String type, String values)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableExists(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> createTableRequiresColumnList()
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> createTableRequiresColumnTypes(String columnName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewExists(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaNotFound(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewNotFound(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotFound(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionNotFound(String name)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dialectDoesNotSupportFeature(String featureName)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNegativeSubstringLength()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> trimError()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidTypesForArithmetic(String clazzName0, String op, String clazzName1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidTypesForComparison(String clazzName0, String op, String clazzName1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> cannotConvert(String o, String toType)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidCharacterForCast(String s)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> moreThanOneValueInList(String list)
org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteException> failedToAccessField(@Nullable String fieldName, int fieldIndex, String typeName)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathSpec(String pathSpec)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathMode(String pathMode)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathModeInPathSpec(String pathMode, String pathSpec)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> strictPathModeRequiresNonEmptyValue()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonExistsFunc(String errorBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> emptyResultOfJsonValueFuncNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalEmptyBehaviorInJsonValueFunc(String emptyBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonValueFunc(String errorBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> scalarValueRequiredInStrictModeOfJsonValueFunc(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalWrapperBehaviorInJsonQueryFunc(String wrapperBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> emptyResultOfJsonQueryFuncNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalEmptyBehaviorInJsonQueryFunc(String emptyBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> arrayOrObjectValueRequiredInStrictModeOfJsonQueryFunc(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonQueryFunc(String errorBehavior)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> nullKeyOfJsonObjectNotAllowed()
org.apache.calcite.runtime.Resources.ExInst<CalciteException> queryExecutionTimeoutReached(String timeout, String queryStart)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> ambiguousSortOrderInJsonArrayAggFunc()
org.apache.calcite.runtime.Resources.ExInst<RuntimeException> exceptionWhilePerformingQueryOnJdbcSubSchema(String sql)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonType(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonDepth(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> exceptionWhileSerializingToJson(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonLength(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonKeys(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonRemove(String value, String pathSpecs)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonStorageSize(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForRegexpReplace(String value)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalXslt(String xslt)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForXmlTransform(String xml)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExtractXml(String xpath, @Nullable String namespace)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExistsNode(String xpath, @Nullable String namespace)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExtractValue(String xml, String xpath)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> differentLengthForBitwiseOperands(int l0, int l1)
org.apache.calcite.runtime.Resources.ExInst<CalciteException> noOperator(String name, String kind, String syntax)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidPartitionKeys(int idx, String funcName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidOrderBy(int idx, String funcName)
org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> multipleRowSemanticsTables(String funcName)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.