public interface ConnectorPartition
| Modifier and Type | Method and Description |
|---|---|
String |
getPartitionId()
Get the unique id of this partition within the scope of the table.
|
TupleDomain<ConnectorColumnHandle> |
getTupleDomain()
Gets the TupleDomain that provides a bound on the tuples within this Partition.
|
String getPartitionId()
TupleDomain<ConnectorColumnHandle> getTupleDomain()
Copyright © 2012-2015. All Rights Reserved.