cz.proto.HistogramBucketOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: statistics.proto
package cz.proto;
public interface HistogramBucketOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.HistogramBucket)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.Constant lower_bound = 1;
* @return Whether the lowerBound field is set.
*/
boolean hasLowerBound();
/**
* .cz.proto.Constant lower_bound = 1;
* @return The lowerBound.
*/
cz.proto.Expression.Constant getLowerBound();
/**
* .cz.proto.Constant lower_bound = 1;
*/
cz.proto.Expression.ConstantOrBuilder getLowerBoundOrBuilder();
/**
* .cz.proto.Constant upper_bound = 2;
* @return Whether the upperBound field is set.
*/
boolean hasUpperBound();
/**
* .cz.proto.Constant upper_bound = 2;
* @return The upperBound.
*/
cz.proto.Expression.Constant getUpperBound();
/**
* .cz.proto.Constant upper_bound = 2;
*/
cz.proto.Expression.ConstantOrBuilder getUpperBoundOrBuilder();
/**
* int64 value_count = 3;
* @return The valueCount.
*/
long getValueCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy