Packages

t

org.apache.spark.sql.scripting

CompoundStatementExec

sealed trait CompoundStatementExec extends Logging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompoundStatementExec
  2. Logging
  3. AnyRef
  4. 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.

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.