Class SqlGraphRegistrationContext.SqlQueryPlanWithOrigin

Object
org.apache.spark.sql.pipelines.graph.SqlGraphRegistrationContext.SqlQueryPlanWithOrigin
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
SqlGraphRegistrationContext

public static class SqlGraphRegistrationContext.SqlQueryPlanWithOrigin extends Object implements scala.Product, Serializable
Class that holds the logical plan and query origin parsed from a SQL statement.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlQueryPlanWithOrigin(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan, QueryOrigin queryOrigin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • SqlQueryPlanWithOrigin

      public SqlQueryPlanWithOrigin(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan, QueryOrigin queryOrigin)
  • Method Details

    • plan

      public org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan()
    • queryOrigin

      public QueryOrigin queryOrigin()