All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickhouse.client.grpc.impl.StatsOrBuilder Maven / Gradle / Ivy

Go to download

gRPC client for ClickHouse planed to be deprecated from version 0.6.0 and removed at 0.7.0

There is a newer version: 0.6.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: clickhouse_grpc.proto

package com.clickhouse.client.grpc.impl;

public interface StatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clickhouse.grpc.Stats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 rows = 1;
   * @return The rows.
   */
  long getRows();

  /**
   * uint64 blocks = 2;
   * @return The blocks.
   */
  long getBlocks();

  /**
   * uint64 allocated_bytes = 3;
   * @return The allocatedBytes.
   */
  long getAllocatedBytes();

  /**
   * bool applied_limit = 4;
   * @return The appliedLimit.
   */
  boolean getAppliedLimit();

  /**
   * uint64 rows_before_limit = 5;
   * @return The rowsBeforeLimit.
   */
  long getRowsBeforeLimit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy