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

Method analyzeImpl

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

Does subclass-specific analysis. Subclasses should override analyzeImpl().

(Analyzer analyzer)

Source from the content-addressed store, hash-verified

578 * Does subclass-specific analysis. Subclasses should override analyzeImpl().
579 */
580 abstract protected void analyzeImpl(Analyzer analyzer) throws AnalysisException;
581
582 /**
583 * Helper function to analyze this expr and assert that the analysis was successful.

Callers 1

analyzeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected