cz.proto.FieldBoundsOrBuilder 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 FieldBoundsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FieldBounds)
com.google.protobuf.MessageOrBuilder {
/**
* map<uint32, .cz.proto.Constant> bounds = 1;
*/
int getBoundsCount();
/**
* map<uint32, .cz.proto.Constant> bounds = 1;
*/
boolean containsBounds(
int key);
/**
* Use {@link #getBoundsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getBounds();
/**
* map<uint32, .cz.proto.Constant> bounds = 1;
*/
java.util.Map
getBoundsMap();
/**
* map<uint32, .cz.proto.Constant> bounds = 1;
*/
cz.proto.Expression.Constant getBoundsOrDefault(
int key,
cz.proto.Expression.Constant defaultValue);
/**
* map<uint32, .cz.proto.Constant> bounds = 1;
*/
cz.proto.Expression.Constant getBoundsOrThrow(
int key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy