public class RowBatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RowBatch.Row |
| Constructor and Description |
|---|
RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema) |
RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema,
java.time.ZoneId timeZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
convertArrowToRowBatch() |
int |
getReadRowCount() |
boolean |
hasNext() |
List<Object> |
next() |
public RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema)
throws StarrocksException
StarrocksExceptionpublic RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema,
java.time.ZoneId timeZone)
throws StarrocksException
StarrocksExceptionpublic boolean hasNext()
public List<Object> next() throws StarrocksException
StarrocksExceptionpublic int getReadRowCount()
public void close()
Copyright © 2024. All rights reserved.