public class ScanQueryOffsetSequence extends YieldingSequenceBase<ScanResultValue>
| Constructor and Description |
|---|
ScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence,
long skip) |
| Modifier and Type | Method and Description |
|---|---|
<OutType> Yielder<OutType> |
toYielder(OutType initValue,
YieldingAccumulator<OutType,ScanResultValue> accumulator) |
accumulatepublic ScanQueryOffsetSequence(Sequence<ScanResultValue> baseSequence, long skip)
public <OutType> Yielder<OutType> toYielder(OutType initValue, YieldingAccumulator<OutType,ScanResultValue> accumulator)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.