Package org.apache.spark.sql.scripting
package org.apache.spark.sql.scripting
-
ClassDescriptionExecutable node for CaseStatement.Executable node for CompoundBody.Abstract class for all statements that contain nested statements.Trait for all SQL scripting execution nodes used during interpretation phase.Executable node for IfElseStatement.Executable node for ITERATE statement.Leaf node in the execution tree.Executable node for LeaveStatement.Non-leaf node in the execution tree.Executable node for RepeatStatement.Executable node for SingleStatement.SQL scripting interpreter - builds SQL script execution plan.Executable node for WhileStatement.