| Constructor and Description |
|---|
ResultSet(Iterator<Record> recordIterator,
TableSchema schema,
long recordCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRecordCount() |
TableSchema |
getTableSchema() |
boolean |
hasNext() |
Iterator<Record> |
iterator() |
Record |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic ResultSet(Iterator<Record> recordIterator, TableSchema schema, long recordCount)
public TableSchema getTableSchema()
public long getRecordCount()
Copyright © 2022 Alibaba Cloud Computing. All rights reserved.