Packages

o

org.apache.spark.sql.errors

QueryParsingErrors

object QueryParsingErrors

Object for grouping all error messages of the query parsing. Currently it includes all ParseException.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryParsingErrors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCatalogInCacheTableAsSelectNotAllowedError(quoted: String, ctx: CacheTableContext): Throwable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cannotCleanReservedNamespacePropertyError(property: String, ctx: ParserRuleContext, msg: String): Throwable
  7. def cannotCleanReservedTablePropertyError(property: String, ctx: ParserRuleContext, msg: String): Throwable
  8. def cannotParseIntervalValueError(value: String, ctx: TypeConstructorContext): Throwable
  9. def cannotParseValueTypeError(valueType: String, value: String, ctx: TypeConstructorContext): Throwable
  10. def cannotResolveWindowReferenceError(name: String, ctx: WindowClauseContext): Throwable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def columnAliasInOperationNotAllowedError(op: String, ctx: TableAliasContext): Throwable
  13. def combinationQueryResultClausesUnsupportedError(ctx: QueryOrganizationContext): Throwable
  14. def computeStatisticsNotExpectedError(ctx: IdentifierContext): Throwable
  15. def createTempTableNotSpecifyProviderError(ctx: CreateTableContext): Throwable
  16. def dataTypeUnsupportedError(dataType: String, ctx: PrimitiveDataTypeContext): Throwable
  17. def descColumnForPartitionUnsupportedError(ctx: DescribeRelationContext): Throwable
  18. def directoryPathAndOptionsPathBothSpecifiedError(ctx: InsertOverwriteDirContext): Throwable
  19. def distributeByUnsupportedError(ctx: QueryOrganizationContext): Throwable
  20. def duplicateClausesError(clauseName: String, ctx: ParserRuleContext): Throwable
  21. def duplicateCteDefinitionNamesError(duplicateNames: String, ctx: CtesContext): Throwable
  22. def duplicateKeysError(key: String, ctx: ParserRuleContext): Throwable
  23. def duplicatedTablePathsFoundError(pathOne: String, pathTwo: String, ctx: ParserRuleContext): Throwable
  24. def emptyInputForTableSampleError(ctx: ParserRuleContext): Throwable
  25. def emptyPartitionKeyError(key: String, ctx: PartitionSpecContext): Throwable
  26. def emptySourceForMergeError(ctx: MergeIntoTableContext): Throwable
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def fromOrInNotAllowedInShowDatabasesError(ctx: ShowNamespacesContext): Throwable
  30. def fromToIntervalUnsupportedError(from: String, to: String, ctx: ParserRuleContext): Throwable
  31. def functionNameUnsupportedError(functionName: String, ctx: ParserRuleContext): Throwable
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def incompletePartitionSpecificationError(key: String, ctx: DescribeRelationContext): Throwable
  35. def insertOverwriteDirectoryUnsupportedError(ctx: InsertIntoContext): Throwable
  36. def insertedValueNumberNotMatchFieldNumberError(ctx: NotMatchedClauseContext): Throwable
  37. def intervalValueOutOfRangeError(ctx: IntervalContext): Throwable
  38. def invalidBucketsNumberError(describe: String, ctx: ApplyTransformContext): Throwable
  39. def invalidByteLengthLiteralError(bytesStr: String, ctx: SampleByBytesContext): Throwable
  40. def invalidEscapeStringError(ctx: PredicateContext): Throwable
  41. def invalidFromToUnitValueError(ctx: IntervalValueContext): Throwable
  42. def invalidGroupingSetError(element: String, ctx: GroupingAnalyticsContext): Throwable
  43. def invalidInsertIntoError(ctx: InsertIntoContext): Throwable
  44. def invalidIntervalFormError(value: String, ctx: MultiUnitsIntervalContext): Throwable
  45. def invalidIntervalLiteralError(ctx: IntervalContext): Throwable
  46. def invalidLateralJoinRelationError(ctx: RelationPrimaryContext): Throwable
  47. def invalidNumericLiteralRangeError(rawStrippedQualifier: String, minValue: BigDecimal, maxValue: BigDecimal, typeName: String, ctx: NumberContext): Throwable
  48. def invalidPropertyKeyForSetQuotedConfigurationError(keyCandidate: String, valueStr: String, ctx: SetQuotedConfigurationContext): Throwable
  49. def invalidPropertyValueForSetQuotedConfigurationError(valueCandidate: String, keyStr: String, ctx: SetQuotedConfigurationContext): Throwable
  50. def invalidTimeZoneDisplacementValueError(ctx: SetTimeZoneContext): Throwable
  51. def invalidTransformArgumentError(ctx: TransformArgumentContext): Throwable
  52. def invalidWindowReferenceError(name: String, ctx: WindowClauseContext): Throwable
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. def joinCriteriaUnimplementedError(join: JoinCriteriaContext, ctx: RelationContext): Throwable
  55. def lateralJoinWithNaturalJoinUnsupportedError(ctx: ParserRuleContext): Throwable
  56. def lateralJoinWithUsingJoinUnsupportedError(ctx: ParserRuleContext): Throwable
  57. def lateralWithPivotInFromClauseNotAllowedError(ctx: FromClauseContext): Throwable
  58. def literalValueTypeUnsupportedError(valueType: String, ctx: TypeConstructorContext): Throwable
  59. def mergeStatementWithoutWhenClauseError(ctx: MergeIntoTableContext): Throwable
  60. def mixedIntervalUnitsError(literal: String, ctx: ParserRuleContext): Throwable
  61. def moreThanOneFromToUnitInIntervalLiteralError(ctx: ParserRuleContext): Throwable
  62. def naturalCrossJoinUnsupportedError(ctx: RelationContext): Throwable
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. def nonLastMatchedClauseOmitConditionError(ctx: MergeIntoTableContext): Throwable
  65. def nonLastNotMatchedClauseOmitConditionError(ctx: MergeIntoTableContext): Throwable
  66. def notEnoughArgumentsForTransformError(name: String, ctx: ApplyTransformContext): Throwable
  67. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  68. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  69. def operationInHiveStyleCommandUnsupportedError(operation: String, command: String, ctx: StatementContext, msgOpt: Option[String] = None): Throwable
  70. def operationNotAllowedError(message: String, ctx: ParserRuleContext): Throwable
  71. def parsingValueTypeError(e: IllegalArgumentException, valueType: String, ctx: TypeConstructorContext): Throwable
  72. def partitionTransformNotExpectedError(name: String, describe: String, ctx: ApplyTransformContext): Throwable
  73. def propertiesAndDbPropertiesBothSpecifiedError(ctx: CreateNamespaceContext): Throwable
  74. def repetitiveWindowDefinitionError(name: String, ctx: WindowClauseContext): Throwable
  75. def rowFormatNotUsedWithStoredAsError(ctx: CreateTableLikeContext): Throwable
  76. def showFunctionsUnsupportedError(identifier: String, ctx: IdentifierContext): Throwable
  77. def sqlStatementUnsupportedError(sqlText: String, position: Origin): Throwable
  78. def storedAsAndStoredByBothSpecifiedError(ctx: CreateFileFormatContext): Throwable
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. def tableSampleByBytesUnsupportedError(msg: String, ctx: SampleMethodContext): Throwable
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. def tooManyArgumentsForTransformError(name: String, ctx: ApplyTransformContext): Throwable
  83. def transformNotSupportQuantifierError(ctx: ParserRuleContext): Throwable
  84. def transformWithSerdeUnsupportedError(ctx: ParserRuleContext): Throwable
  85. def trimOptionUnsupportedError(trimOption: Int, ctx: TrimContext): Throwable
  86. def unexpectedFomatForSetConfigurationError(ctx: SetConfigurationContext): Throwable
  87. def unexpectedFormatForResetConfigurationError(ctx: ResetConfigurationContext): Throwable
  88. def unquotedIdentifierError(ident: String, ctx: ErrorIdentContext): Throwable
  89. def unrecognizedMatchedActionError(ctx: MatchedClauseContext): Throwable
  90. def unrecognizedNotMatchedActionError(ctx: NotMatchedClauseContext): Throwable
  91. def unsupportedLateralJoinTypeError(ctx: ParserRuleContext, joinType: String): Throwable
  92. def unsupportedLocalFileSchemeError(ctx: InsertOverwriteDirContext): Throwable
  93. def useDefinedRecordReaderOrWriterClassesError(ctx: ParserRuleContext): Throwable
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  96. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped