cz.proto.ValuePointOrBuilder 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 ValuePointOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.ValuePoint)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.Constant values = 1;
*/
java.util.List
getValuesList();
/**
* repeated .cz.proto.Constant values = 1;
*/
cz.proto.Expression.Constant getValues(int index);
/**
* repeated .cz.proto.Constant values = 1;
*/
int getValuesCount();
/**
* repeated .cz.proto.Constant values = 1;
*/
java.util.List extends cz.proto.Expression.ConstantOrBuilder>
getValuesOrBuilderList();
/**
* repeated .cz.proto.Constant values = 1;
*/
cz.proto.Expression.ConstantOrBuilder getValuesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy