package v2
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CreateVariableExec(resolvedIdentifier: ResolvedIdentifier, defaultExpr: DefaultValueExpression, replace: Boolean) extends V2CommandExec with LeafV2CommandExec with ExpressionsEvaluator with Product with Serializable
Physical plan node for creating a variable.
- case class DropVariableExec(name: String, ifExists: Boolean) extends V2CommandExec with LeafV2CommandExec with DataTypeErrorsBase with Product with Serializable
Physical plan node for dropping a variable.
- case class SetVariableExec(variables: Seq[VariableReference], query: SparkPlan) extends V2CommandExec with UnaryLike[SparkPlan] with Product with Serializable
Physical plan node for setting a variable.
Value Members
- object V2CommandStrategy extends Strategy