Class ResultManifest


  • public class ResultManifest
    extends Object
    Result manifest POJO

    TODO: Replace this class with the corresponding SDK implementation once it becomes available

    • Constructor Detail

      • ResultManifest

        public ResultManifest()
    • Method Detail

      • getChunks

        public Collection<com.databricks.sdk.service.sql.BaseChunkInfo> getChunks()
      • setFormat

        public ResultManifest setFormat​(com.databricks.sdk.service.sql.Format format)
      • getFormat

        public com.databricks.sdk.service.sql.Format getFormat()
      • setSchema

        public ResultManifest setSchema​(com.databricks.sdk.service.sql.ResultSchema schema)
      • getSchema

        public com.databricks.sdk.service.sql.ResultSchema getSchema()
      • getTotalByteCount

        public Long getTotalByteCount()
      • getTotalChunkCount

        public Long getTotalChunkCount()
      • getTotalRowCount

        public Long getTotalRowCount()
      • getTruncated

        public Boolean getTruncated()
      • getIsVolumeOperation

        public Boolean getIsVolumeOperation()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object