public class AccurateEstimatesCheckerHook extends AbstractSemanticAnalyzerHook
| Constructor and Description |
|---|
AccurateEstimatesCheckerHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
postAnalyze(HiveSemanticAnalyzerHookContext context,
List<Task<?>> rootTasks)
Invoked after Hive performs its own semantic analysis on a
statement (including optimization).
|
preAnalyzepublic void postAnalyze(HiveSemanticAnalyzerHookContext context, List<Task<?>> rootTasks) throws SemanticException
HiveSemanticAnalyzerHookpostAnalyze in interface HiveSemanticAnalyzerHookpostAnalyze in class AbstractSemanticAnalyzerHookcontext - context information for semantic analysisrootTasks - root tasks produced by semantic analysis;
the hook is free to modify this list or its contentsSemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.