com.clickhouse.client.grpc.impl.StatsOrBuilder Maven / Gradle / Ivy
// 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