public static class ArrowResultChunk.ArrowChunkIterator extends Object
| Modifier and Type | Method and Description |
|---|---|
ArrowResultChunk |
getChunk() |
ArrowVectorConverter |
getCurrentConverter(int columnIdx) |
int |
getCurrentRowInRecordBatch() |
boolean |
isAfterLast() |
boolean |
isLast() |
boolean |
next()
advance to next row
|
public boolean next()
throws SnowflakeSQLException
SnowflakeSQLExceptionpublic boolean isLast()
public boolean isAfterLast()
public ArrowResultChunk getChunk()
public ArrowVectorConverter getCurrentConverter(int columnIdx) throws SFException
SFExceptionpublic int getCurrentRowInRecordBatch()
Copyright © 2022. All rights reserved.