|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineageInfo | |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.hooks | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.session |
Uses of LineageInfo in org.apache.hadoop.hive.ql |
---|
Fields in org.apache.hadoop.hive.ql declared as LineageInfo | |
---|---|
protected LineageInfo |
QueryPlan.linfo
Lineage information for the query. |
Methods in org.apache.hadoop.hive.ql that return LineageInfo | |
---|---|
LineageInfo |
QueryPlan.getLineageInfo()
Gets the lineage information. |
Methods in org.apache.hadoop.hive.ql with parameters of type LineageInfo | |
---|---|
void |
QueryPlan.setLineageInfo(LineageInfo linfo)
Sets the lineage information. |
Uses of LineageInfo in org.apache.hadoop.hive.ql.hooks |
---|
Methods in org.apache.hadoop.hive.ql.hooks that return LineageInfo | |
---|---|
LineageInfo |
HookContext.getLinfo()
|
Methods in org.apache.hadoop.hive.ql.hooks with parameters of type LineageInfo | |
---|---|
void |
PostExecutePrinter.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LineageInfo linfo,
UserGroupInformation ugi)
|
void |
PostExecute.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
LineageInfo lInfo,
UserGroupInformation ugi)
Deprecated. |
void |
HookContext.setLinfo(LineageInfo linfo)
|
Uses of LineageInfo in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as LineageInfo | |
---|---|
protected LineageInfo |
BaseSemanticAnalyzer.linfo
Lineage information for the query. |
Methods in org.apache.hadoop.hive.ql.parse that return LineageInfo | |
---|---|
LineageInfo |
ParseContext.getLineageInfo()
Gets the associated lineage information. |
LineageInfo |
BaseSemanticAnalyzer.getLineageInfo()
Gets the lineage information. |
Methods in org.apache.hadoop.hive.ql.parse with parameters of type LineageInfo | |
---|---|
void |
ParseContext.setLineageInfo(LineageInfo lInfo)
Sets the lineage information. |
void |
BaseSemanticAnalyzer.setLineageInfo(LineageInfo linfo)
Sets the lineage information. |
Uses of LineageInfo in org.apache.hadoop.hive.ql.session |
---|
Methods in org.apache.hadoop.hive.ql.session that return LineageInfo | |
---|---|
LineageInfo |
LineageState.getLineageInfo()
Gets the lineage information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |