org.apache.spark.sql.execution.command
A logical command that is executed for its side-effects. RunnableCommands are wrapped in ExecutedCommand during execution.
RunnableCommand
ExecutedCommand
A logical command that is executed for its side-effects.
RunnableCommand
s are wrapped inExecutedCommand
during execution.