cz.proto.FieldsStatsOrBuilder 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 FieldsStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FieldsStats)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.FieldStats field_stats = 1;
*/
java.util.List
getFieldStatsList();
/**
* repeated .cz.proto.FieldStats field_stats = 1;
*/
cz.proto.FieldStats getFieldStats(int index);
/**
* repeated .cz.proto.FieldStats field_stats = 1;
*/
int getFieldStatsCount();
/**
* repeated .cz.proto.FieldStats field_stats = 1;
*/
java.util.List extends cz.proto.FieldStatsOrBuilder>
getFieldStatsOrBuilderList();
/**
* repeated .cz.proto.FieldStats field_stats = 1;
*/
cz.proto.FieldStatsOrBuilder getFieldStatsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy