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

    • objectType

      String objectType()
    • objectName

      String objectName()
    • startIndex

      int startIndex()
    • stopIndex

      int stopIndex()
    • fragment

      String fragment()