public static class LineageInfo.DataContainer extends Object implements Serializable
| Constructor and Description |
|---|
LineageInfo.DataContainer(Table tab)
Constructor for non partitioned tables.
|
LineageInfo.DataContainer(Table tab,
Partition part)
Constructor for a partitioned tables partition.
|
| Modifier and Type | Method and Description |
|---|---|
Partition |
getPartition() |
Table |
getTable() |
boolean |
isPartition()
Returns true in case this data container is a partition.
|
String |
toString() |
public LineageInfo.DataContainer(Table tab)
tab - The associated table.Copyright © 2017 The Apache Software Foundation. All rights reserved.