protected class HiveContext.QueryExecution
extends org.apache.spark.sql.execution.QueryExecution
Constructor and Description |
---|
HiveContext.QueryExecution(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan logicalPlan) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
simpleString() |
scala.collection.Seq<java.lang.String> |
stringResult()
Returns the result as a hive compatible sequence of strings.
|
public HiveContext.QueryExecution(org.apache.spark.sql.catalyst.plans.logical.LogicalPlan logicalPlan)
public scala.collection.Seq<java.lang.String> stringResult()
public java.lang.String simpleString()
simpleString
in class org.apache.spark.sql.execution.QueryExecution