Analyzes the implementation specific parts of the MERGE statement. @param analyzer analyzer of the MERGE statement @throws AnalysisException if analysis fails
(Analyzer analyzer)
| 37 | * @throws AnalysisException if analysis fails |
| 38 | */ |
| 39 | void analyze(Analyzer analyzer) throws AnalysisException; |
| 40 | |
| 41 | /** |
| 42 | * Creates a data sink for the merge statement; for example, the Iceberg implementation |
no outgoing calls