public interface HiveSemanticAnalyzerHookContext
Modifier and Type | Method and Description |
---|---|
Hive |
getHive() |
java.util.Set<ReadEntity> |
getInputs()
The following methods will only be available to hooks executing postAnalyze.
|
java.util.Set<WriteEntity> |
getOutputs() |
void |
update(BaseSemanticAnalyzer sem)
This should be called after the semantic analyzer completes.
|
Hive getHive() throws HiveException
HiveException
void update(BaseSemanticAnalyzer sem)
sem
- java.util.Set<ReadEntity> getInputs()
java.util.Set<WriteEntity> getOutputs()
Copyright © 2012 The Apache Software Foundation