public static interface PTFPartition.PTFPartitionIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
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
HiveExceptionlong count()
Copyright © 2024 The Apache Software Foundation. All rights reserved.