Package org.apache.spark.sql.errors
Interface CompilationErrors
- All Superinterfaces:
DataTypeErrorsBase
-
Method Summary
Modifier and TypeMethodDescriptionambiguousColumnOrFieldError
(scala.collection.immutable.Seq<String> name, int numMatches) cannotFindDescriptorFileError
(String filePath, Throwable cause) columnNotFoundError
(String colName) descriptorParseError
(Throwable cause) Methods inherited from interface org.apache.spark.sql.errors.DataTypeErrorsBase
getQueryContext, getSummary, quoteByDefault, 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
-