public static class LineageInfo.DependencyKey extends Object implements Serializable
| Constructor and Description |
|---|
DependencyKey(LineageInfo.DataContainer dc,
org.apache.hadoop.hive.metastore.api.FieldSchema fld)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LineageInfo.DataContainer |
getDataContainer() |
org.apache.hadoop.hive.metastore.api.FieldSchema |
getFieldSchema() |
int |
hashCode() |
String |
toString() |
public DependencyKey(LineageInfo.DataContainer dc, org.apache.hadoop.hive.metastore.api.FieldSchema fld)
dc - The associated data container.fld - The associated field schema.public LineageInfo.DataContainer getDataContainer()
public org.apache.hadoop.hive.metastore.api.FieldSchema getFieldSchema()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.