Class ClickHouseResponseSummary.Statistics

    • Constructor Detail

      • Statistics

        public Statistics​(long rows,
                          long blocks,
                          long allocated_bytes,
                          boolean applied_limit,
                          long rows_before_limit)
        Default constructor.
        Parameters:
        rows - The total number of output rows
        blocks -
        allocated_bytes -
        applied_limit -
        rows_before_limit - The minimal number of rows there would have been without LIMIT
    • Method Detail

      • getRows

        public long getRows()
      • getBlocks

        public long getBlocks()
      • getAllocatedBytes

        public long getAllocatedBytes()
      • hasAppliedLimit

        public boolean hasAppliedLimit()
      • getRowsBeforeLimit

        public long getRowsBeforeLimit()