| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.hooks | |
| org.apache.hadoop.hive.ql.optimizer.lineage | |
| org.apache.hadoop.hive.ql.session |
| Modifier and Type | Method and Description |
|---|---|
LineageCtx.Index |
HookContext.getIndex() |
| Modifier and Type | Method and Description |
|---|---|
static List<LineageLogger.Edge> |
LineageLogger.getEdges(QueryPlan plan,
LineageCtx.Index index)
Based on the final select operator, find out all the target columns.
|
void |
HookContext.setIndex(LineageCtx.Index depMap) |
| Modifier and Type | Method and Description |
|---|---|
LineageCtx.Index |
LineageCtx.getIndex()
Gets the dependency index.
|
| Constructor and Description |
|---|
LineageCtx(ParseContext pctx,
LineageCtx.Index index)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LineageCtx.Index |
LineageState.getIndex()
Gets the index for the lineage state.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.