class AlreadyOptimizedExecution extends QueryExecution
Query execution that skips re-analysis and optimize.
- Alphabetic
- By Inheritance
- AlreadyOptimizedExecution
- QueryExecution
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AlreadyOptimizedExecution(session: SparkSession, plan: LogicalPlan)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
analyzed: LogicalPlan
- Definition Classes
- AlreadyOptimizedExecution → QueryExecution
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assertAnalyzed(): Unit
- Definition Classes
- QueryExecution
-
def
assertSupported(): Unit
- Definition Classes
- QueryExecution
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
executePhase[T](phase: String)(block: ⇒ T): T
- Attributes
- protected
- Definition Classes
- QueryExecution
-
lazy val
executedPlan: SparkPlan
- Definition Classes
- QueryExecution
-
def
explainString(mode: ExplainMode): String
- Definition Classes
- QueryExecution
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logical: LogicalPlan
- Definition Classes
- QueryExecution
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
observedMetrics: Map[String, Row]
Get the metrics observed during the execution of the query plan.
Get the metrics observed during the execution of the query plan.
- Definition Classes
- QueryExecution
-
lazy val
optimizedPlan: LogicalPlan
- Definition Classes
- AlreadyOptimizedExecution → QueryExecution
-
def
planner: SparkPlanner
- Attributes
- protected
- Definition Classes
- QueryExecution
-
def
preparations: Seq[Rule[SparkPlan]]
- Attributes
- protected
- Definition Classes
- QueryExecution
-
def
simpleString(formatted: Boolean): String
- Definition Classes
- QueryExecution
-
def
simpleString: String
- Definition Classes
- QueryExecution
-
lazy val
sparkPlan: SparkPlan
- Definition Classes
- QueryExecution
-
val
sparkSession: SparkSession
- Definition Classes
- QueryExecution
-
def
stringWithStats: String
- Definition Classes
- QueryExecution
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
toRdd: RDD[InternalRow]
Internal version of the RDD.
Internal version of the RDD. Avoids copies and has no schema. Note for callers: Spark may apply various optimization including reusing object: this means the row is valid only for the iteration it is retrieved. You should avoid storing row and accessing after iteration. (Calling
collect()
is one of known bad usage.) If you want to store these rows into collection, please apply some converter or copy row which produces new object per iteration. Given QueryExecution is not a public class, end users are discouraged to use this: please useDataset.rdd
instead where conversion will be applied.- Definition Classes
- QueryExecution
-
def
toString(): String
- Definition Classes
- QueryExecution → AnyRef → Any
-
val
tracker: QueryPlanningTracker
- Definition Classes
- QueryExecution
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
lazy val
withCachedData: LogicalPlan
- Definition Classes
- QueryExecution
-
object
debug
A special namespace for commands that can be used to debug query execution.
A special namespace for commands that can be used to debug query execution.
- Definition Classes
- QueryExecution