package analysis

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DatabaseAlreadyExistsException extends NamespaceAlreadyExistsException

    Thrown by a catalog when an item already exists.

    Thrown by a catalog when an item already exists. The analyzer will rethrow the exception as an org.apache.spark.sql.AnalysisException with the correct position information.

  2. class FunctionAlreadyExistsException extends AnalysisException
  3. class IndexAlreadyExistsException extends AnalysisException
  4. class NamespaceAlreadyExistsException extends AnalysisException
  5. class NoSuchDatabaseException extends AnalysisException

    Thrown by a catalog when an item cannot be found.

    Thrown by a catalog when an item cannot be found. The analyzer will rethrow the exception as an org.apache.spark.sql.AnalysisException with the correct position information.

  6. class NoSuchFunctionException extends AnalysisException
  7. class NoSuchIndexException extends AnalysisException
  8. class NoSuchNamespaceException extends AnalysisException
  9. class NoSuchPermanentFunctionException extends AnalysisException
  10. class NoSuchTableException extends AnalysisException
  11. class NoSuchTempFunctionException extends AnalysisException
  12. class NoSuchViewException extends AnalysisException
  13. case class NonEmptyNamespaceException(message: String, cause: Option[Throwable] = None) extends AnalysisException with Product with Serializable

    Thrown by a catalog when an item already exists.

    Thrown by a catalog when an item already exists. The analyzer will rethrow the exception as an org.apache.spark.sql.AnalysisException with the correct position information.

  14. class TableAlreadyExistsException extends AnalysisException
  15. class TempTableAlreadyExistsException extends AnalysisException
  16. class ViewAlreadyExistsException extends AnalysisException

Value Members

  1. object SqlApiAnalysis

Ungrouped