Class ResultManifest
java.lang.Object
com.databricks.jdbc.model.core.ResultManifest
Result manifest POJO
TODO: Replace this class with the corresponding SDK implementation once it becomes available
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCollection<com.databricks.sdk.service.sql.BaseChunkInfo> com.databricks.sdk.service.sql.FormatinthashCode()setChunks(Collection<com.databricks.sdk.service.sql.BaseChunkInfo> chunks) setFormat(com.databricks.sdk.service.sql.Format format) setIsVolumeOperation(Boolean isVolumeOperation) setResultCompression(CompressionCodec resultCompression) setSchema(ResultSchema schema) setTotalByteCount(Long totalByteCount) setTotalChunkCount(Long totalChunkCount) setTotalRowCount(Long totalRowCount) setTruncated(Boolean truncated) toString()
-
Constructor Details
-
ResultManifest
public ResultManifest()
-
-
Method Details
-
setChunks
-
getResultCompression
-
setResultCompression
-
getChunks
-
setFormat
-
getFormat
public com.databricks.sdk.service.sql.Format getFormat() -
setSchema
-
getSchema
-
setTotalByteCount
-
getTotalByteCount
-
setTotalChunkCount
-
getTotalChunkCount
-
setTotalRowCount
-
getTotalRowCount
-
setTruncated
-
getTruncated
-
setIsVolumeOperation
-
getIsVolumeOperation
-
equals
-
hashCode
-
toString
-