object QueryParsingErrors
Object for grouping all error messages of the query parsing. Currently it includes all ParseException.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryParsingErrors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCatalogInCacheTableAsSelectNotAllowedError(quoted: String, ctx: CacheTableContext): Throwable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cannotCleanReservedNamespacePropertyError(property: String, ctx: ParserRuleContext, msg: String): Throwable
- def cannotCleanReservedTablePropertyError(property: String, ctx: ParserRuleContext, msg: String): Throwable
- def cannotParseIntervalValueError(value: String, ctx: TypeConstructorContext): Throwable
- def cannotParseValueTypeError(valueType: String, value: String, ctx: TypeConstructorContext): Throwable
- def cannotResolveWindowReferenceError(name: String, ctx: WindowClauseContext): Throwable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def columnAliasInOperationNotAllowedError(op: String, ctx: TableAliasContext): Throwable
- def combinationQueryResultClausesUnsupportedError(ctx: QueryOrganizationContext): Throwable
- def computeStatisticsNotExpectedError(ctx: IdentifierContext): Throwable
- def createTempTableNotSpecifyProviderError(ctx: CreateTableContext): Throwable
- def dataTypeUnsupportedError(dataType: String, ctx: PrimitiveDataTypeContext): Throwable
- def descColumnForPartitionUnsupportedError(ctx: DescribeRelationContext): Throwable
- def directoryPathAndOptionsPathBothSpecifiedError(ctx: InsertOverwriteDirContext): Throwable
- def distributeByUnsupportedError(ctx: QueryOrganizationContext): Throwable
- def duplicateClausesError(clauseName: String, ctx: ParserRuleContext): Throwable
- def duplicateCteDefinitionNamesError(duplicateNames: String, ctx: CtesContext): Throwable
- def duplicateKeysError(key: String, ctx: ParserRuleContext): Throwable
- def duplicatedTablePathsFoundError(pathOne: String, pathTwo: String, ctx: ParserRuleContext): Throwable
- def emptyInputForTableSampleError(ctx: ParserRuleContext): Throwable
- def emptyPartitionKeyError(key: String, ctx: PartitionSpecContext): Throwable
- def emptySourceForMergeError(ctx: MergeIntoTableContext): Throwable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromOrInNotAllowedInShowDatabasesError(ctx: ShowNamespacesContext): Throwable
- def fromToIntervalUnsupportedError(from: String, to: String, ctx: ParserRuleContext): Throwable
- def functionNameUnsupportedError(functionName: String, ctx: ParserRuleContext): Throwable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def incompletePartitionSpecificationError(key: String, ctx: DescribeRelationContext): Throwable
- def insertOverwriteDirectoryUnsupportedError(ctx: InsertIntoContext): Throwable
- def insertedValueNumberNotMatchFieldNumberError(ctx: NotMatchedClauseContext): Throwable
- def intervalValueOutOfRangeError(ctx: IntervalContext): Throwable
- def invalidBucketsNumberError(describe: String, ctx: ApplyTransformContext): Throwable
- def invalidByteLengthLiteralError(bytesStr: String, ctx: SampleByBytesContext): Throwable
- def invalidEscapeStringError(ctx: PredicateContext): Throwable
- def invalidFromToUnitValueError(ctx: IntervalValueContext): Throwable
- def invalidGroupingSetError(element: String, ctx: GroupingAnalyticsContext): Throwable
- def invalidInsertIntoError(ctx: InsertIntoContext): Throwable
- def invalidIntervalFormError(value: String, ctx: MultiUnitsIntervalContext): Throwable
- def invalidIntervalLiteralError(ctx: IntervalContext): Throwable
- def invalidLateralJoinRelationError(ctx: RelationPrimaryContext): Throwable
- def invalidNumericLiteralRangeError(rawStrippedQualifier: String, minValue: BigDecimal, maxValue: BigDecimal, typeName: String, ctx: NumberContext): Throwable
- def invalidPropertyKeyForSetQuotedConfigurationError(keyCandidate: String, valueStr: String, ctx: ParserRuleContext): Throwable
- def invalidPropertyValueForSetQuotedConfigurationError(valueCandidate: String, keyStr: String, ctx: ParserRuleContext): Throwable
- def invalidTimeZoneDisplacementValueError(ctx: SetTimeZoneContext): Throwable
- def invalidTransformArgumentError(ctx: TransformArgumentContext): Throwable
- def invalidWindowReferenceError(name: String, ctx: WindowClauseContext): Throwable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def joinCriteriaUnimplementedError(join: JoinCriteriaContext, ctx: RelationContext): Throwable
- def lateralJoinWithNaturalJoinUnsupportedError(ctx: ParserRuleContext): Throwable
- def lateralJoinWithUsingJoinUnsupportedError(ctx: ParserRuleContext): Throwable
- def lateralWithPivotInFromClauseNotAllowedError(ctx: FromClauseContext): Throwable
- def literalValueTypeUnsupportedError(valueType: String, ctx: TypeConstructorContext): Throwable
- def mergeStatementWithoutWhenClauseError(ctx: MergeIntoTableContext): Throwable
- def mixedIntervalUnitsError(literal: String, ctx: ParserRuleContext): Throwable
- def moreThanOneFromToUnitInIntervalLiteralError(ctx: ParserRuleContext): Throwable
- def naturalCrossJoinUnsupportedError(ctx: RelationContext): Throwable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonLastMatchedClauseOmitConditionError(ctx: MergeIntoTableContext): Throwable
- def nonLastNotMatchedClauseOmitConditionError(ctx: MergeIntoTableContext): Throwable
- def notEnoughArgumentsForTransformError(name: String, ctx: ApplyTransformContext): Throwable
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def operationInHiveStyleCommandUnsupportedError(operation: String, command: String, ctx: StatementContext, msgOpt: Option[String] = None): Throwable
- def operationNotAllowedError(message: String, ctx: ParserRuleContext): Throwable
- def parsingValueTypeError(e: IllegalArgumentException, valueType: String, ctx: TypeConstructorContext): Throwable
- def partitionTransformNotExpectedError(name: String, describe: String, ctx: ApplyTransformContext): Throwable
- def propertiesAndDbPropertiesBothSpecifiedError(ctx: CreateNamespaceContext): Throwable
- def repetitiveWindowDefinitionError(name: String, ctx: WindowClauseContext): Throwable
- def rowFormatNotUsedWithStoredAsError(ctx: CreateTableLikeContext): Throwable
- def showFunctionsUnsupportedError(identifier: String, ctx: IdentifierContext): Throwable
- def sqlStatementUnsupportedError(sqlText: String, position: Origin): Throwable
- def storedAsAndStoredByBothSpecifiedError(ctx: CreateFileFormatContext): Throwable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableSampleByBytesUnsupportedError(msg: String, ctx: SampleMethodContext): Throwable
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tooManyArgumentsForTransformError(name: String, ctx: ApplyTransformContext): Throwable
- def transformNotSupportQuantifierError(ctx: ParserRuleContext): Throwable
- def transformWithSerdeUnsupportedError(ctx: ParserRuleContext): Throwable
- def trimOptionUnsupportedError(trimOption: Int, ctx: TrimContext): Throwable
- def unclosedBracketedCommentError(command: String, position: Origin): Throwable
- def unexpectedFomatForSetConfigurationError(ctx: ParserRuleContext): Throwable
- def unexpectedFormatForResetConfigurationError(ctx: ResetConfigurationContext): Throwable
- def unquotedIdentifierError(ident: String, ctx: ErrorIdentContext): Throwable
- def unrecognizedMatchedActionError(ctx: MatchedClauseContext): Throwable
- def unrecognizedNotMatchedActionError(ctx: NotMatchedClauseContext): Throwable
- def unsupportedLateralJoinTypeError(ctx: ParserRuleContext, joinType: String): Throwable
- def unsupportedLocalFileSchemeError(ctx: InsertOverwriteDirContext): Throwable
- def useDefinedRecordReaderOrWriterClassesError(ctx: ParserRuleContext): Throwable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()