public class IndexScanIterator extends Object implements Iterator<Row>
IndexScanIterator(Snapshot snapshot, TiDAGRequest req, Iterator<Long> handleIterator)
boolean
hasNext()
Row
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public IndexScanIterator(Snapshot snapshot, TiDAGRequest req, Iterator<Long> handleIterator)
public boolean hasNext()
hasNext
Iterator<Row>
public Row next()
next
Copyright © 2023 PingCAP. All rights reserved.