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) |
int getIndex()
T lead(int amt) throws HiveException
HiveException
T lag(int amt) throws HiveException
HiveException
Object resetToIndex(int idx) throws HiveException
HiveException
PTFPartition getPartition()
void reset() throws HiveException
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.