InsertIntoHiveTable Logical Command
InsertIntoHiveTable
is…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
processInsert
Internal Method
1 2 3 4 5 6 7 8 9 10 11 |
processInsert( sparkSession: SparkSession, externalCatalog: ExternalCatalog, hadoopConf: Configuration, tableDesc: TableDesc, tmpLocation: Path, child: SparkPlan): Unit |
processInsert
…FIXME
Note
|
processInsert is used exclusively when InsertIntoHiveTable logical command is executed.
|