Uses of Class
com.databricks.sdk.service.sql.ChunkInfo
-
Packages that use ChunkInfo Package Description com.databricks.sdk.service.sql -
-
Uses of ChunkInfo in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ChunkInfo Modifier and Type Method Description ChunkInfoChunkInfo. setByteCount(Long byteCount)ChunkInfoChunkInfo. setChunkIndex(Long chunkIndex)ChunkInfoChunkInfo. setNextChunkIndex(Long nextChunkIndex)ChunkInfoChunkInfo. setNextChunkInternalLink(String nextChunkInternalLink)ChunkInfoChunkInfo. setRowCount(Long rowCount)ChunkInfoChunkInfo. setRowOffset(Long rowOffset)Methods in com.databricks.sdk.service.sql that return types with arguments of type ChunkInfo Modifier and Type Method Description Collection<ChunkInfo>ResultManifest. getChunks()Method parameters in com.databricks.sdk.service.sql with type arguments of type ChunkInfo Modifier and Type Method Description ResultManifestResultManifest. setChunks(Collection<ChunkInfo> chunks)
-