Package com.databricks.sdk.service.sql
Class ChunkInfo
- java.lang.Object
-
- com.databricks.sdk.service.sql.ChunkInfo
-
@Generated public class ChunkInfo extends Object
Describes metadata for a particular chunk, within a result set; this structure is used both within a manifest, and when fetching individual chunk data or links.
-
-
Constructor Summary
Constructors Constructor Description ChunkInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getByteCount()
Long
getChunkIndex()
Long
getNextChunkIndex()
String
getNextChunkInternalLink()
Long
getRowCount()
Long
getRowOffset()
int
hashCode()
ChunkInfo
setByteCount(Long byteCount)
ChunkInfo
setChunkIndex(Long chunkIndex)
ChunkInfo
setNextChunkIndex(Long nextChunkIndex)
ChunkInfo
setNextChunkInternalLink(String nextChunkInternalLink)
ChunkInfo
setRowCount(Long rowCount)
ChunkInfo
setRowOffset(Long rowOffset)
String
toString()
-