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 SummaryConstructorsConstructorDescriptionSqlQueryPlanWithOrigin(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan, QueryOrigin queryOrigin) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SqlQueryPlanWithOriginpublic SqlQueryPlanWithOrigin(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan, QueryOrigin queryOrigin) 
 
- 
- 
Method Details- 
planpublic org.apache.spark.sql.catalyst.plans.logical.LogicalPlan plan()
- 
queryOrigin
 
-