Interface QueryContext


@Evolving public interface QueryContext
Query context of a SparkThrowable. It helps users understand where error occur while executing queries.
Since:
3.4.0
  • Method Details

    • contextType

      QueryContextType contextType()
    • objectType

      String objectType()
    • objectName

      String objectName()
    • startIndex

      int startIndex()
    • stopIndex

      int stopIndex()
    • fragment

      String fragment()
    • callSite

      String callSite()
    • summary

      String summary()