MCPcopy Create free account
hub / github.com/apache/impala / analyze

Method analyze

fe/src/main/java/org/apache/impala/analysis/MergeImpl.java:39–39  ·  view source on GitHub ↗

Analyzes the implementation specific parts of the MERGE statement. @param analyzer analyzer of the MERGE statement @throws AnalysisException if analysis fails

(Analyzer analyzer)

Source from the content-addressed store, hash-verified

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

Callers 15

analyzeSelectMethod · 0.65
analyzeExprMethod · 0.65
convertToCNFMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
simplifyCaseExprMethod · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 2

IcebergMergeImplfe/src/main/java/org/apache/impala/ana
MergeStmtfe/src/main/java/org/apache/impala/ana

Calls

no outgoing calls

Tested by 6

analyzeSelectMethod · 0.52
analyzeExprMethod · 0.52
analyzeMethod · 0.52
analyzeMethod · 0.52
analyzeMethod · 0.52