Class ChunkExtractor
- java.lang.Object
-
- com.databricks.jdbc.api.impl.arrow.ChunkExtractor
-
public class ChunkExtractor extends Object
Class to manage inline Arrow chunks
-
-
Field Summary
Fields Modifier and Type Field Description static JdbcLoggerLOGGER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ArrowResultChunknext()voidreleaseChunk()
-
-
-
Field Detail
-
LOGGER
public static final JdbcLogger LOGGER
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public ArrowResultChunk next()
-
releaseChunk
public void releaseChunk()
-
-