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 booleanequals(Object o)LonggetByteCount()LonggetChunkIndex()LonggetNextChunkIndex()StringgetNextChunkInternalLink()LonggetRowCount()LonggetRowOffset()inthashCode()ChunkInfosetByteCount(Long byteCount)ChunkInfosetChunkIndex(Long chunkIndex)ChunkInfosetNextChunkIndex(Long nextChunkIndex)ChunkInfosetNextChunkInternalLink(String nextChunkInternalLink)ChunkInfosetRowCount(Long rowCount)ChunkInfosetRowOffset(Long rowOffset)StringtoString()
-