Uses of Class
com.databricks.jdbc.api.impl.arrow.ArrowResultChunkIterator
-
Packages that use ArrowResultChunkIterator Package Description com.databricks.jdbc.api.impl.arrow -
-
Uses of ArrowResultChunkIterator in com.databricks.jdbc.api.impl.arrow
Methods in com.databricks.jdbc.api.impl.arrow that return ArrowResultChunkIterator Modifier and Type Method Description protected ArrowResultChunkIteratorAbstractArrowResultChunk. getChunkIterator()Returns an iterator for traversing the rows in this chunk.Methods in com.databricks.jdbc.api.impl.arrow with parameters of type ArrowResultChunkIterator Modifier and Type Method Description protected static ObjectArrowStreamResult. getObjectWithComplexTypeHandling(IDatabricksSession session, ArrowResultChunkIterator chunkIterator, int columnIndex, ColumnInfoTypeName requiredType, String arrowMetadata, ColumnInfo columnInfo)Helper method to handle complex type and geospatial type conversion when support is disabled.
-