public interface ColumnScanner extends Iterable<ColumnValue>
Modifier and Type | Method and Description |
---|---|
Bytes |
getRow() |
String |
getsRow() |
default Stream<ColumnValue> |
stream() |
forEach, iterator, spliterator
Bytes getRow()
String getsRow()
default Stream<ColumnValue> stream()
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.