Packages

c

org.apache.spark.sql.scripting

CompoundBodyExec

class CompoundBodyExec extends CompoundNestedStatementIteratorExec

Executable node for CompoundBody.

Source
SqlScriptingExecutionNode.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompoundBodyExec
  2. CompoundNestedStatementIteratorExec
  3. NonLeafStatementExec
  4. CompoundStatementExec
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CompoundBodyExec(statements: Seq[CompoundStatementExec], label: Option[String] = None)

    statements

    Executable nodes for nested statements within the CompoundBody.

    label

    Label set by user to CompoundBody or None otherwise.

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. def getTreeIterator: Iterator[CompoundStatementExec]

    Construct the iterator to traverse the tree rooted at this node in an in-order traversal.

    Construct the iterator to traverse the tree rooted at this node in an in-order traversal.

    returns

    Tree iterator.

    Definition Classes
    CompoundNestedStatementIteratorExecNonLeafStatementExec
  2. 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
  3. def reset(): Unit

    Reset execution of the current node.

    Reset execution of the current node.

    Definition Classes
    CompoundNestedStatementIteratorExecCompoundStatementExec