public interface GetTableColumnStatisticsPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsInfo |
getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
int |
getStatisticsCount()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfoOrBuilder |
getStatisticsOrBuilder(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<? extends ColumnStatisticsInfoOrBuilder> |
getStatisticsOrBuilderList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ColumnStatisticsInfo> getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
ColumnStatisticsInfo getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
int getStatisticsCount()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
List<? extends ColumnStatisticsInfoOrBuilder> getStatisticsOrBuilderList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
ColumnStatisticsInfoOrBuilder getStatisticsOrBuilder(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1;
Copyright © 2023. All Rights Reserved.