Class ClickHouseResponseSummary.Progress

    • Constructor Detail

      • Progress

        public Progress​(long read_rows,
                        long read_bytes,
                        long total_rows_to_read,
                        long written_rows,
                        long written_bytes)
        Default constructor.
        Parameters:
        read_rows - Number of rows read
        read_bytes - Volume of data read in bytes
        total_rows_to_read - Total number of rows to be read
        written_rows - Number of rows written
        written_bytes - Volume of data written in bytes
    • Method Detail

      • getReadRows

        public long getReadRows()
      • getReadBytes

        public long getReadBytes()
      • getTotalRowsToRead

        public long getTotalRowsToRead()
      • getWrittenRows

        public long getWrittenRows()
      • getWrittenBytes

        public long getWrittenBytes()