cz.proto.FieldRangeOrBuilder 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 FieldRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FieldRange)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 field_id = 1;
* @return The fieldId.
*/
int getFieldId();
/**
* .cz.proto.DataType type = 2;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* .cz.proto.DataType type = 2;
* @return The type.
*/
cz.proto.DataType getType();
/**
* .cz.proto.DataType type = 2;
*/
cz.proto.DataTypeOrBuilder getTypeOrBuilder();
/**
* .cz.proto.Boundary range = 3;
* @return Whether the range field is set.
*/
boolean hasRange();
/**
* .cz.proto.Boundary range = 3;
* @return The range.
*/
cz.proto.Boundary getRange();
/**
* .cz.proto.Boundary range = 3;
*/
cz.proto.BoundaryOrBuilder getRangeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy