CreateTableCommand Logical Command
CreateTableCommand
is a logical command that FIXME.
Executing Logical Command — run
Method
1 2 3 4 5 |
run(session: SparkSession): Seq[Row] |
Note
|
run is part of RunnableCommand Contract to execute (run) a logical command.
|
run
…FIXME