public static interface PTFPartition.PTFPartitionIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
PTFPartition |
getPartition() |
T |
lag(int amt) |
T |
lead(int amt) |
void |
reset() |
Object |
resetToIndex(int idx) |
forEachRemaining, hasNext, next, removeint getIndex()
T lead(int amt) throws HiveException
HiveExceptionT lag(int amt) throws HiveException
HiveExceptionObject resetToIndex(int idx) throws HiveException
HiveExceptionPTFPartition getPartition()
void reset()
throws HiveException
HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.