| Package | Description |
|---|---|
| com.databricks.sdk.service.sql |
| Modifier and Type | Method and Description |
|---|---|
ChunkInfo |
ChunkInfo.setByteCount(Long byteCount) |
ChunkInfo |
ChunkInfo.setChunkIndex(Long chunkIndex) |
ChunkInfo |
ChunkInfo.setNextChunkIndex(Long nextChunkIndex) |
ChunkInfo |
ChunkInfo.setNextChunkInternalLink(String nextChunkInternalLink) |
ChunkInfo |
ChunkInfo.setRowCount(Long rowCount) |
ChunkInfo |
ChunkInfo.setRowOffset(Long rowOffset) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChunkInfo> |
ResultManifest.getChunks() |
| Modifier and Type | Method and Description |
|---|---|
ResultManifest |
ResultManifest.setChunks(Collection<ChunkInfo> chunks) |
Copyright © 2023. All rights reserved.