Packages

t

org.apache.spark.sql.scripting

LeafStatementExec

trait LeafStatementExec extends CompoundStatementExec

Leaf node in the execution tree.

Source
SqlScriptingExecutionNode.scala
Linear Supertypes
CompoundStatementExec, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeafStatementExec
  2. CompoundStatementExec
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Abstract Value Members

  1. abstract def reset(): Unit

    Reset execution of the current node.

    Reset execution of the current node.

    Definition Classes
    CompoundStatementExec

Concrete Value Members

  1. val isInternal: Boolean

    Whether the statement originates from the SQL script or is created during the interpretation.

    Whether the statement originates from the SQL script or is created during the interpretation. Example: DropVariable statements are automatically created at the end of each compound.

    Definition Classes
    CompoundStatementExec