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
SnowflakeSQLException
public boolean isLast()
public boolean isAfterLast()
public ArrowResultChunk getChunk()
public ArrowVectorConverter getCurrentConverter(int columnIdx) throws SFException
SFException
public int getCurrentRowInRecordBatch()
Copyright © 2021. All rights reserved.