InsertIntoDir Unary Logical Operator
InsertIntoDir is a unary logical operator that represents INSERT OVERWRITE DIRECTORY SQL statement.
|
Note
|
InsertIntoDir is similar to InsertIntoTable logical operator.
|
InsertIntoDir can never be resolved (i.e. InsertIntoTable should not be part of a logical plan after analysis and is supposed to be converted to logical commands at analysis phase).
| Logical Command | Description |
|---|---|
When HiveAnalysis logical resolution rule transforms |
|
When DataSourceAnalysis logical resolution rule transforms |
InsertIntoDir has no output columns.
Creating InsertIntoDir Instance
InsertIntoDir takes the following to be created:
-
Child logical operator