protected class HiveContext.QueryExecution extends SQLContext.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.
|
analyzed, assertAnalyzed, executedPlan, logical, optimizedPlan, sparkPlan, stringOrError, toRdd, toString, withCachedDatapublic 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 SQLContext.QueryExecution