Interface CalciteResource


public interface CalciteResource
Compiler-checked resources for the Calcite project.
  • Method Details

    • parserContext

      org.apache.calcite.runtime.Resources.Inst parserContext(int a0, int a1)
    • bangEqualNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> bangEqualNotAllowed()
    • percentRemainderNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> percentRemainderNotAllowed()
    • limitStartCountOrAllNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> limitStartCountOrAllNotAllowed(String a0)
    • offsetLimitNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> offsetLimitNotAllowed()
    • applyNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> applyNotAllowed()
    • valueNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> valueNotAllowed()
    • illegalLiteral

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalLiteral(String a0, String a1, String a2)
    • identifierTooLong

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> identifierTooLong(String a0, int a1)
    • badFormat

      org.apache.calcite.runtime.Resources.Inst badFormat(String a0)
    • betweenWithoutAnd

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> betweenWithoutAnd()
    • geometryDisabled

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> geometryDisabled()
    • proj4jEpsgIsMissing

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> proj4jEpsgIsMissing()
    • illegalIntervalLiteral

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalIntervalLiteral(String a0, String a1)
    • illegalMinusDate

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalMinusDate()
    • illegalOverlaps

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalOverlaps()
    • illegalNonQueryExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNonQueryExpression()
    • illegalQueryExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalQueryExpression()
    • illegalJoinExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJoinExpression()
    • expectedQueryOrJoinExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> expectedQueryOrJoinExpression()
    • illegalCursorExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalCursorExpression()
    • illegalOrderBy

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalOrderBy()
    • illegalBinaryString

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalBinaryString(String a0)
    • illegalArrayExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalArrayExpression(String a0)
    • illegalFromEmpty

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalFromEmpty()
    • illegalRowExpression

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalRowExpression()
    • illegalColon

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalColon()
    • invalidSampleSize

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidSampleSize()
    • invalidLiteral

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidLiteral(String a0, String a1)
    • unknownCharacterSet

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> unknownCharacterSet(String a0)
    • charsetEncoding

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> charsetEncoding(String a0, String a1)
    • unicodeEscapeCharLength

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeCharLength(String a0)
    • unicodeEscapeCharIllegal

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeCharIllegal(String a0)
    • unicodeEscapeUnexpected

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> unicodeEscapeUnexpected()
    • unicodeEscapeMalformed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unicodeEscapeMalformed(int a0)
    • validatorUnknownFunction

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> validatorUnknownFunction(String a0)
    • invalidArgCount

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidArgCount(String a0, int a1)
    • validatorContextPoint

      org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> validatorContextPoint(int a0, int a1)
    • validatorContext

      org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteContextException> validatorContext(int a0, int a1, int a2, int a3)
    • cannotCastValue

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotCastValue(String a0, String a1)
    • unknownDatatypeName

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownDatatypeName(String a0)
    • incompatibleValueType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleValueType(String a0)
    • incompatibleTypesInList

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleTypesInList()
    • incompatibleCharset

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleCharset(String a0, String a1, String a2)
    • invalidOrderByPos

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidOrderByPos()
    • unknownIdentifier

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownIdentifier(String a0)
    • unknownField

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownField(String a0)
    • unknownTargetColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownTargetColumn(String a0)
    • duplicateTargetColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateTargetColumn(String a0)
    • unmatchInsertColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unmatchInsertColumn(int a0, int a1)
    • columnNotNullable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotNullable(String a0)
    • typeNotAssignable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotAssignable(String a0, String a1, String a2, String a3)
    • tableNameNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableNameNotFound(String a0)
    • tableNameNotFoundDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableNameNotFoundDidYouMean(String a0, String a1)
    • tableNotFound

      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.
    • objectNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFound(String a0)
    • objectNotFoundWithin

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundWithin(String a0, String a1)
    • objectNotFoundDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundDidYouMean(String a0, String a1)
    • objectNotFoundWithinDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> objectNotFoundWithinDidYouMean(String a0, String a1, String a2)
    • notASequence

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notASequence(String a0)
    • columnNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFound(String a0)
    • columnNotFoundDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundDidYouMean(String a0, String a1)
    • columnNotFoundInTable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundInTable(String a0, String a1)
    • columnNotFoundInTableDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnNotFoundInTableDidYouMean(String a0, String a1, String a2)
    • columnAmbiguous

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnAmbiguous(String a0)
    • paramNotFoundInFunctionDidYouMean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> paramNotFoundInFunctionDidYouMean(String a0, String a1, String a2)
    • needQueryOp

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> needQueryOp(String a0)
    • needSameTypeParameter

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> needSameTypeParameter()
    • canNotApplyOp2Type

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> canNotApplyOp2Type(String a0, String a1, String a2)
    • expectedBoolean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> expectedBoolean()
    • expectedCharacter

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> expectedCharacter()
    • mustNotNullInElse

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mustNotNullInElse()
    • functionUndefined

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionUndefined(String a0)
    • wrongNumberOfParam

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> wrongNumberOfParam(String a0, int a1, String a2)
    • illegalMixingOfTypes

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> illegalMixingOfTypes()
    • invalidCompare

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidCompare(String a0, String a1, String a2, String a3)
    • differentCollations

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> differentCollations(String a0, String a1)
    • typeNotComparable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparable(String a0, String a1)
    • typeNotComparableNear

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparableNear(String a0, String a1)
    • wrongNumOfArguments

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> wrongNumOfArguments()
    • operandNotComparable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> operandNotComparable(String a0)
    • typeNotComparableEachOther

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotComparableEachOther(String a0)
    • numberLiteralOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> numberLiteralOutOfRange(String a0)
    • dateLiteralOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dateLiteralOutOfRange(String a0)
    • inputArgumentsOfFunctionOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> inputArgumentsOfFunctionOutOfRange(String a0, Number a1, String a2)
    • stringFragsOnSameLine

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> stringFragsOnSameLine()
    • aliasMustBeSimpleIdentifier

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasMustBeSimpleIdentifier()
    • charLiteralAliasNotValid

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> charLiteralAliasNotValid()
    • aliasListDegree

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasListDegree(int a0, String a1, int a2)
    • aliasListDuplicate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aliasListDuplicate(String a0)
    • joinRequiresCondition

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> joinRequiresCondition()
    • disallowsQualifyingCommonColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> disallowsQualifyingCommonColumn(String a0)
    • crossJoinDisallowsCondition

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> crossJoinDisallowsCondition()
    • naturalDisallowsOnOrUsing

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> naturalDisallowsOnOrUsing()
    • columnInUsingNotUnique

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnInUsingNotUnique(String a0)
    • naturalOrUsingColumnNotCompatible

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> naturalOrUsingColumnNotCompatible(String a0, String a1, String a2)
    • absentOverClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> absentOverClause()
    • argumentMustBeMeasure

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeMeasure(String functionName)
    • windowNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowNotFound(String a0)
    • disallowsNullTreatment

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> disallowsNullTreatment(String a0)
    • notGroupExpr

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notGroupExpr(String a0)
    • groupingArgument

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingArgument(String a0)
    • groupingInAggregate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingInAggregate(String a0)
    • groupingInWrongClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupingInWrongClause(String a0)
    • notSelectDistinctExpr

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notSelectDistinctExpr(String a0)
    • aggregateIllegalInClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateIllegalInClause(String a0)
    • windowedAggregateIllegalInClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowedAggregateIllegalInClause(String a0)
    • nestedAggIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> nestedAggIllegal()
    • measureIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> measureIllegal()
    • measureMustBeInAggregateQuery

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> measureMustBeInAggregateQuery()
    • aggregateInFilterIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInFilterIllegal()
    • aggregateInWithinGroupIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInWithinGroupIllegal()
    • aggregateInWithinDistinctIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateInWithinDistinctIllegal()
    • aggregateMissingWithinGroupClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateMissingWithinGroupClause(String a0)
    • withinGroupClauseIllegalInAggregate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinGroupClauseIllegalInAggregate(String a0)
    • percentileFunctionsArgumentLimit

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> percentileFunctionsArgumentLimit()
    • aggregateIllegalInOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> aggregateIllegalInOrderBy()
    • condMustBeBoolean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> condMustBeBoolean(String a0)
    • havingMustBeBoolean

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> havingMustBeBoolean()
    • overNonAggregate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> overNonAggregate()
    • filterNonAggregate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> filterNonAggregate()
    • cannotOverrideWindowAttribute

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotOverrideWindowAttribute()
    • columnCountMismatchInSetop

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnCountMismatchInSetop(String a0)
    • columnTypeMismatchInSetop

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnTypeMismatchInSetop(int a0, String a1)
    • binaryLiteralOdd

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> binaryLiteralOdd()
    • binaryLiteralInvalid

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> binaryLiteralInvalid()
    • unsupportedIntervalLiteral

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unsupportedIntervalLiteral(String a0, String a1)
    • intervalFieldExceedsPrecision

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalFieldExceedsPrecision(Number a0, String a1)
    • compoundOrderByProhibitsRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> compoundOrderByProhibitsRange()
    • orderByDataTypeProhibitsRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByDataTypeProhibitsRange()
    • orderByRangeMismatch

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByRangeMismatch()
    • dateRequiresInterval

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dateRequiresInterval()
    • rowMustBeNonNegativeIntegral

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rowMustBeNonNegativeIntegral()
    • overMissingOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> overMissingOrderBy()
    • partitionbyShouldNotContainOver

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> partitionbyShouldNotContainOver()
    • orderbyShouldNotContainOver

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderbyShouldNotContainOver()
    • badLowerBoundary

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> badLowerBoundary()
    • badUpperBoundary

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> badUpperBoundary()
    • currentRowPrecedingError

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> currentRowPrecedingError()
    • currentRowFollowingError

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> currentRowFollowingError()
    • followingBeforePrecedingError

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> followingBeforePrecedingError()
    • windowNameMustBeSimple

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowNameMustBeSimple()
    • duplicateWindowName

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateWindowName()
    • emptyWindowSpec

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> emptyWindowSpec()
    • dupWindowSpec

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dupWindowSpec()
    • qualifyExpressionMustContainWindowFunction

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> qualifyExpressionMustContainWindowFunction(String a0)
    • rankWithFrame

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rankWithFrame()
    • funcNeedsOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> funcNeedsOrderBy()
    • partitionNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> partitionNotAllowed()
    • orderByOverlap

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByOverlap()
    • refWindowWithFrame

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> refWindowWithFrame()
    • typeNotSupported

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotSupported(String a0)
    • unsupportedTypeInOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unsupportedTypeInOrderBy(String a0, String a1)
    • unsupportedTypeInConvertFunc

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unsupportedTypeInConvertFunc(String a0, String a1, String a2)
    • orderByRequiresOneKey

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByRequiresOneKey(String a0)
    • functionQuantifierNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionQuantifierNotAllowed(String a0)
    • withinGroupNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinGroupNotAllowed(String a0)
    • withinDistinctNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> withinDistinctNotAllowed(String a0)
    • someButNotAllArgumentsAreNamed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> someButNotAllArgumentsAreNamed()
    • duplicateArgumentName

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateArgumentName(String name)
    • defaultForOptionalParameter

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> defaultForOptionalParameter()
    • defaultNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> defaultNotAllowed()
    • accessNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> accessNotAllowed(String a0, String a1)
    • minMaxBadType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> minMaxBadType(String a0, String a1)
    • onlyScalarSubQueryAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> onlyScalarSubQueryAllowed()
    • orderByOrdinalOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> orderByOrdinalOutOfRange()
    • windowHasNegativeSize

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> windowHasNegativeSize()
    • unboundedFollowingWindowNotSupported

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unboundedFollowingWindowNotSupported()
    • cannotUseDisallowPartialWithRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotUseDisallowPartialWithRange()
    • intervalStartPrecisionOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalStartPrecisionOutOfRange(int a0, String a1)
    • intervalFractionalSecondPrecisionOutOfRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalFractionalSecondPrecisionOutOfRange(int a0, String a1)
    • fromAliasDuplicate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> fromAliasDuplicate(@Nullable String a0)
    • duplicateColumnName

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateColumnName(String a0)
    • duplicateNameInColumnList

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateNameInColumnList(String a0)
    • internal

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> internal(String a0)
    • argumentMustBeLiteral

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeLiteral(String a0)
    • argumentMustBeBooleanLiteral

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeBooleanLiteral(String a0)
    • argumentMustBePositiveInteger

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBePositiveInteger(String a0)
    • argumentMustBeNumericLiteralInRange

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeNumericLiteralInRange(String a0, int min, int max)
    • validationError

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> validationError(String a0)
    • illegalLocaleFormat

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalLocaleFormat(String a0)
    • argumentMustNotBeNull

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustNotBeNull(String a0)
    • nullIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> nullIllegal()
    • dynamicParamIllegal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dynamicParamIllegal()
    • invalidBoolean

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidBoolean(String a0)
    • argumentMustBeValidPrecision

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> argumentMustBeValidPrecision(String a0, int a1, int a2)
    • delimiterIsRequired

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> delimiterIsRequired(String functionName, String argumentTypeName)
    • illegalArgumentForTableFunctionCall

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalArgumentForTableFunctionCall(String a0, String a1, String a2)
    • cannotCallTableFunctionHere

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> cannotCallTableFunctionHere(String a0)
    • invalidTimeFrame

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidTimeFrame(String a0)
    • insertIntoAlwaysGenerated

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> insertIntoAlwaysGenerated(String a0)
    • argumentMustHaveScaleZero

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> argumentMustHaveScaleZero(String a0)
    • preparationAborted

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> preparationAborted()
    • nonStandardFeatureUsed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> nonStandardFeatureUsed(String feature)
    • sQLFeature_E051_01

      Feature sQLFeature_E051_01()
    • sQLFeature_E071_03

      Feature sQLFeature_E071_03()
    • sQLFeature_E101_03

      Feature sQLFeature_E101_03()
    • sQLFeature_E151

      Feature sQLFeature_E151()
    • sQLFeature_F302

      Feature sQLFeature_F302()
    • sQLFeature_F312

      Feature sQLFeature_F312()
    • sQLFeature_S271

      Feature sQLFeature_S271()
    • sQLFeature_T613

      Feature sQLFeature_T613()
    • sQLConformance_MultipleActiveAutocommitStatements

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> sQLConformance_MultipleActiveAutocommitStatements()
    • sQLConformance_OrderByDesc

      Feature sQLConformance_OrderByDesc()
    • sharedStatementPlans

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> sharedStatementPlans()
    • sQLFeatureExt_T613_Substitution

      Feature sQLFeatureExt_T613_Substitution()
    • personalityManagesRowCount

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalityManagesRowCount()
    • personalitySupportsSnapshots

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalitySupportsSnapshots()
    • personalitySupportsLabels

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> personalitySupportsLabels()
    • requireAtLeastOneArg

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> requireAtLeastOneArg()
    • mapRequiresTwoOrMoreArgs

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mapRequiresTwoOrMoreArgs()
    • mapRequiresEvenArgCount

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> mapRequiresEvenArgCount()
    • typesShouldAllBeMap

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typesShouldAllBeMap(String funcName, String type)
    • incompatibleTypes

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> incompatibleTypes()
    • columnCountMismatch

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> columnCountMismatch()
    • duplicateColumnAndNoColumnList

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> duplicateColumnAndNoColumnList(String s)
    • requireDefaultConstructor

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> requireDefaultConstructor(String className)
    • firstParameterOfAdd

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> firstParameterOfAdd(String className)
    • filterableTableInventedFilter

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterableTableInventedFilter(String s)
    • filterableTableScanReturnedNull

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterableTableScanReturnedNull()
    • cannotConvertToStream

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotConvertToStream(String tableName)
    • cannotConvertToRelation

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotConvertToRelation(String tableName)
    • streamMustGroupByMonotonic

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamMustGroupByMonotonic()
    • streamMustOrderByMonotonic

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamMustOrderByMonotonic()
    • streamSetOpInconsistentInputs

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> streamSetOpInconsistentInputs()
    • cannotStreamValues

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotStreamValues()
    • cyclicDefinition

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cyclicDefinition(String id, String view)
    • modifiableViewMustBeBasedOnSingleTable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> modifiableViewMustBeBasedOnSingleTable()
    • modifiableViewMustHaveOnlyEqualityPredicates

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> modifiableViewMustHaveOnlyEqualityPredicates()
    • moreThanOneMappedColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> moreThanOneMappedColumn(String columnName, String tableName)
    • noValueSuppliedForViewColumn

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> noValueSuppliedForViewColumn(String columnName, String tableName)
    • viewConstraintNotSatisfied

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewConstraintNotSatisfied(String columnName, String tableName)
    • starRequiresRecordType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> starRequiresRecordType()
    • filterMustBeBoolean

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> filterMustBeBoolean()
    • cannotStreamResultsForNonStreamingInputs

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotStreamResultsForNonStreamingInputs(String inputs)
    • minusNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> minusNotAllowed()
    • selectMissingFrom

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> selectMissingFrom()
    • selectStarRequiresFrom

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> selectStarRequiresFrom()
    • groupFunctionMustAppearInGroupByClause

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> groupFunctionMustAppearInGroupByClause(String funcName)
    • auxiliaryWithoutMatchingGroupCall

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> auxiliaryWithoutMatchingGroupCall(String func1, String func2)
    • pivotAggMalformed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> pivotAggMalformed()
    • pivotValueArityMismatch

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> pivotValueArityMismatch(int valueCount, int forCount)
    • unpivotDuplicate

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotDuplicate(String columnName)
    • unpivotValueArityMismatch

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotValueArityMismatch(int valueCount, int forCount)
    • unpivotCannotDeriveMeasureType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotCannotDeriveMeasureType(String measureName)
    • unpivotCannotDeriveAxisType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unpivotCannotDeriveAxisType(String axisName)
    • patternVarAlreadyDefined

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternVarAlreadyDefined(String varName)
    • patternPrevFunctionInMeasure

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternPrevFunctionInMeasure(String call)
    • patternPrevFunctionOrder

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternPrevFunctionOrder(String call)
    • patternAggregationInNavigation

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternAggregationInNavigation(String call)
    • patternCountFunctionArg

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternCountFunctionArg()
    • illegalExpressionForTemporal

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> illegalExpressionForTemporal(String type)
    • notTemporalTable

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> notTemporalTable(String tableName)
    • patternRunningFunctionInDefine

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternRunningFunctionInDefine(String call)
    • patternFunctionVariableCheck

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternFunctionVariableCheck(String call)
    • functionMatchRecognizeOnly

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionMatchRecognizeOnly(String call)
    • patternFunctionNullCheck

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> patternFunctionNullCheck(String call)
    • unknownPattern

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> unknownPattern(String call)
    • intervalMustBeNonNegative

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> intervalMustBeNonNegative(String call)
    • cannotUseWithinWithoutOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> cannotUseWithinWithoutOrderBy()
    • recursiveWithMustHaveUnionSetOp

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> recursiveWithMustHaveUnionSetOp()
    • recursiveWithMustHaveTwoChildUnionSetOp

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> recursiveWithMustHaveTwoChildUnionSetOp()
    • firstColumnOfOrderByMustBeTimestamp

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> firstColumnOfOrderByMustBeTimestamp()
    • extendNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> extendNotAllowed()
    • rolledUpNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> rolledUpNotAllowed(String column, String context)
    • schemaExists

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaExists(String name)
    • schemaInvalidType

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaInvalidType(String type, String values)
    • tableExists

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> tableExists(String name)
    • createTableRequiresColumnList

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> createTableRequiresColumnList()
    • createTableRequiresColumnTypes

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> createTableRequiresColumnTypes(String columnName)
    • viewExists

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewExists(String name)
    • schemaNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> schemaNotFound(String name)
    • viewNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> viewNotFound(String name)
    • typeNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> typeNotFound(String name)
    • functionNotFound

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> functionNotFound(String name)
    • dialectDoesNotSupportFeature

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> dialectDoesNotSupportFeature(String featureName)
    • illegalNegativePadLength

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNegativePadLength()
    • illegalEmptyPadPattern

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalEmptyPadPattern()
    • arrayIndexOutOfBounds

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> arrayIndexOutOfBounds(int idx)
    • illegalNegativeSubstringLength

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNegativeSubstringLength()
    • illegalNegativeDecimalValue

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNegativeDecimalValue()
    • illegalArgumentsInMapFromArraysFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalArgumentsInMapFromArraysFunc(int arg0, int arg1)
    • trimError

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> trimError()
    • invalidTypesForArithmetic

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidTypesForArithmetic(String clazzName0, String op, String clazzName1)
    • invalidTypesForComparison

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidTypesForComparison(String clazzName0, String op, String clazzName1)
    • cannotConvert

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> cannotConvert(String o, String toType)
    • invalidCharacterForCast

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidCharacterForCast(String s)
    • moreThanOneValueInList

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> moreThanOneValueInList(String list)
    • failedToAccessField

      org.apache.calcite.runtime.Resources.ExInstWithCause<CalciteException> failedToAccessField(@Nullable String fieldName, int fieldIndex, String typeName)
    • illegalJsonPathSpec

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathSpec(String pathSpec)
    • illegalJsonPathMode

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathMode(String pathMode)
    • illegalJsonPathModeInPathSpec

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalJsonPathModeInPathSpec(String pathMode, String pathSpec)
    • strictPathModeRequiresNonEmptyValue

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> strictPathModeRequiresNonEmptyValue()
    • illegalErrorBehaviorInJsonExistsFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonExistsFunc(String errorBehavior)
    • emptyResultOfJsonValueFuncNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> emptyResultOfJsonValueFuncNotAllowed()
    • illegalEmptyBehaviorInJsonValueFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalEmptyBehaviorInJsonValueFunc(String emptyBehavior)
    • illegalErrorBehaviorInJsonValueFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonValueFunc(String errorBehavior)
    • scalarValueRequiredInStrictModeOfJsonValueFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> scalarValueRequiredInStrictModeOfJsonValueFunc(String value)
    • illegalWrapperBehaviorInJsonQueryFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalWrapperBehaviorInJsonQueryFunc(String wrapperBehavior)
    • emptyResultOfJsonQueryFuncNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> emptyResultOfJsonQueryFuncNotAllowed()
    • illegalEmptyBehaviorInJsonQueryFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalEmptyBehaviorInJsonQueryFunc(String emptyBehavior)
    • arrayOrObjectValueRequiredInStrictModeOfJsonQueryFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> arrayOrObjectValueRequiredInStrictModeOfJsonQueryFunc(String value)
    • illegalErrorBehaviorInJsonQueryFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalErrorBehaviorInJsonQueryFunc(String errorBehavior)
    • nullKeyOfJsonObjectNotAllowed

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> nullKeyOfJsonObjectNotAllowed()
    • queryExecutionTimeoutReached

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> queryExecutionTimeoutReached(String timeout, String queryStart)
    • ambiguousSortOrderInJsonArrayAggFunc

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> ambiguousSortOrderInJsonArrayAggFunc()
    • exceptionWhilePerformingQueryOnJdbcSubSchema

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> exceptionWhilePerformingQueryOnJdbcSubSchema(String sql)
    • invalidInputForJsonType

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonType(String value)
    • invalidInputForJsonDepth

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonDepth(String value)
    • exceptionWhileSerializingToJson

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> exceptionWhileSerializingToJson(String value)
    • invalidInputForJsonLength

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonLength(String value)
    • invalidInputForJsonKeys

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonKeys(String value)
    • invalidInputForJsonRemove

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonRemove(String value, String pathSpecs)
    • invalidInputForJsonStorageSize

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonStorageSize(String value)
    • invalidIntegerInputForRegexpFunctions

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> invalidIntegerInputForRegexpFunctions(String value, String argument, String methodName)
    • invalidRegexInputForRegexpFunctions

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> invalidRegexInputForRegexpFunctions(String value, String methodName)
    • multipleCapturingGroupsForRegexpFunctions

      org.apache.calcite.runtime.Resources.ExInst<RuntimeException> multipleCapturingGroupsForRegexpFunctions(String value, String methodName)
    • invalidInputForRegexpReplace

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForRegexpReplace(String value)
    • invalidReplacePatternForRegexpReplace

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidReplacePatternForRegexpReplace(String value)
    • invalidInputForJsonInsert

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonInsert(String jsonDoc, String kvs)
    • invalidInputForJsonReplace

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonReplace(String jsonDoc, String kvs)
    • invalidInputForJsonSet

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForJsonSet(String jsonDoc, String kvs)
    • illegalXslt

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalXslt(String xslt)
    • invalidInputForXmlTransform

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForXmlTransform(String xml)
    • invalidInputForExtractXml

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExtractXml(String xpath, @Nullable String namespace)
    • invalidInputForExistsNode

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExistsNode(String xpath, @Nullable String namespace)
    • invalidInputForExtractValue

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> invalidInputForExtractValue(String xml, String xpath)
    • differentLengthForBitwiseOperands

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> differentLengthForBitwiseOperands(int l0, int l1)
    • noOperator

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> noOperator(String name, String kind, String syntax)
    • fromNotZero

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> fromNotZero()
    • occurrenceNotZero

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> occurrenceNotZero()
    • invalidPartitionKeys

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidPartitionKeys(int idx, String funcName)
    • invalidOrderBy

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> invalidOrderBy(int idx, String funcName)
    • multipleRowSemanticsTables

      org.apache.calcite.runtime.Resources.ExInst<SqlValidatorException> multipleRowSemanticsTables(String funcName)
    • illegalNegativeBitGetPosition

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalNegativeBitGetPosition(int position)
    • illegalBitGetPositionExceedsLimit

      org.apache.calcite.runtime.Resources.ExInst<CalciteException> illegalBitGetPositionExceedsLimit(int position, int size)