Package org.apache.spark.sql.errors
Interface CompilationErrors
- All Superinterfaces:
DataTypeErrorsBase
-
Method Summary
Modifier and TypeMethodDescriptionambiguousColumnOrFieldError
(scala.collection.immutable.Seq<String> name, int numMatches) bucketByUnsupportedByOperationError
(String operation) cannotFindDescriptorFileError
(String filePath, Throwable cause) columnNotFoundError
(String colName) descriptorParseError
(Throwable cause) invalidBoundaryEndError
(long end) invalidBoundaryStartError
(long start) invalidSaveModeError
(String saveMode) operationNotSupportClusteringError
(String operation) operationNotSupportPartitioningError
(String operation) Methods inherited from interface org.apache.spark.sql.errors.DataTypeErrorsBase
getQueryContext, getSummary, quoteByDefault, toDSOption, toSQLConf, toSQLId, toSQLId, toSQLStmt, toSQLType, toSQLType, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue
-
Method Details
-
ambiguousColumnOrFieldError
AnalysisException ambiguousColumnOrFieldError(scala.collection.immutable.Seq<String> name, int numMatches) -
columnNotFoundError
-
descriptorParseError
-
cannotFindDescriptorFileError
-
usingUntypedScalaUDFError
Throwable usingUntypedScalaUDFError() -
invalidBoundaryStartError
-
invalidBoundaryEndError
-
invalidSaveModeError
-
sortByWithoutBucketingError
Throwable sortByWithoutBucketingError() -
bucketByUnsupportedByOperationError
-
bucketByAndSortByUnsupportedByOperationError
-
operationNotSupportPartitioningError
-
operationNotSupportClusteringError
-
clusterByWithPartitionedBy
Throwable clusterByWithPartitionedBy() -
clusterByWithBucketing
Throwable clusterByWithBucketing()
-