public static class LineageInfo.DataContainer
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DataContainer(Table tab)
Constructor for non partitioned tables.
|
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.
|
public DataContainer(Table tab)
tab - The associated table.Copyright © 2012 The Apache Software Foundation