Packages

t

org.apache.spark

QueryContext

trait QueryContext extends AnyRef

Query context of a SparkThrowable. It helps users understand where error occur while executing queries.

Annotations
@Evolving()
Source
QueryContext.java
Since

3.4.0

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

Abstract Value Members

  1. abstract def callSite(): String
  2. abstract def contextType(): QueryContextType
  3. abstract def fragment(): String
  4. abstract def objectName(): String
  5. abstract def objectType(): String
  6. abstract def startIndex(): Int
  7. abstract def stopIndex(): Int
  8. abstract def summary(): String