HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addAllTableStats(Iterable<? extends HiveMetastore.ColumnStatisticsObj> values)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addTableStats(HiveMetastore.ColumnStatisticsObj.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addTableStats(HiveMetastore.ColumnStatisticsObj value)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addTableStats(int index,
HiveMetastore.ColumnStatisticsObj.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.addTableStats(int index,
HiveMetastore.ColumnStatisticsObj value)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clear() |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clearIsStatsCompliant()
bool is_stats_compliant = 2;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clearTableStats()
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.clone() |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.mergeFrom(HiveMetastore.GetTableStatisticsReqResponse other) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.newBuilder() |
static HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.newBuilder(HiveMetastore.GetTableStatisticsReqResponse prototype) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.newBuilderForType() |
protected HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.removeTableStats(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setIsStatsCompliant(boolean value)
bool is_stats_compliant = 2;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setTableStats(int index,
HiveMetastore.ColumnStatisticsObj.Builder builderForValue)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setTableStats(int index,
HiveMetastore.ColumnStatisticsObj value)
repeated .org.apache.hadoop.hive.metastore.grpc.ColumnStatisticsObj table_stats = 1;
|
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HiveMetastore.GetTableStatisticsReqResponse.Builder |
HiveMetastore.GetTableStatisticsReqResponse.toBuilder() |