Package com.databricks.jdbc.core
Class ArrowResultChunk
- java.lang.Object
-
- com.databricks.jdbc.core.ArrowResultChunk
-
public class ArrowResultChunk extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArrowResultChunk.ArrowResultChunkIterator
-
Field Summary
Fields Modifier and Type Field Description List<List<org.apache.arrow.vector.ValueVector>>recordBatchList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetArrowDataFromInputStream(InputStream inputStream)ArrowResultChunk.ArrowResultChunkIteratorgetChunkIterator()StringgetErrorMessage()
-
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
-
getArrowDataFromInputStream
public void getArrowDataFromInputStream(InputStream inputStream) throws DatabricksSQLException
- Throws:
DatabricksSQLException
-
getChunkIterator
public ArrowResultChunk.ArrowResultChunkIterator getChunkIterator()
-
-