public interface FileStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsColumn(String key)
map column names to column statistics
|
Map<String,ColumnStatisticsInfo> |
getColumn()
Deprecated.
|
int |
getColumnCount()
map column names to column statistics
|
Map<String,ColumnStatisticsInfo> |
getColumnMap()
map column names to column statistics
|
ColumnStatisticsInfo |
getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
getColumnOrThrow(String key)
map column names to column statistics
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getColumnCount()
map column names to column statistics
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> column = 1;
boolean containsColumn(String key)
map column names to column statistics
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> column = 1;
@Deprecated Map<String,ColumnStatisticsInfo> getColumn()
getColumnMap()
instead.Map<String,ColumnStatisticsInfo> getColumnMap()
map column names to column statistics
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> column = 1;
ColumnStatisticsInfo getColumnOrDefault(String key, ColumnStatisticsInfo defaultValue)
map column names to column statistics
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> column = 1;
ColumnStatisticsInfo getColumnOrThrow(String key)
map column names to column statistics
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> column = 1;
Copyright © 2023. All Rights Reserved.