Modifier and Type | Method and Description |
---|---|
Map<String,List<ColumnStatisticsInfo>> |
RetryHandlingTableMasterClient.getPartitionColumnStatistics(String databaseName,
String tableName,
List<String> partitionNames,
List<String> columnNames) |
Map<String,List<ColumnStatisticsInfo>> |
TableMasterClient.getPartitionColumnStatistics(String databaseName,
String tableName,
List<String> partitionNames,
List<String> columnNames)
Get column statistics for selected partition and column.
|
List<ColumnStatisticsInfo> |
RetryHandlingTableMasterClient.getTableColumnStatistics(String databaseName,
String tableName,
List<String> columnNames) |
List<ColumnStatisticsInfo> |
TableMasterClient.getTableColumnStatistics(String databaseName,
String tableName,
List<String> columnNames)
Get table column statistics with given database name,
table name and list of column names.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ColumnStatisticsInfo> |
ColumnStatisticsInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsInfo |
ColumnStatisticsInfo.Builder.build() |
ColumnStatisticsInfo |
ColumnStatisticsInfo.Builder.buildPartial() |
ColumnStatisticsInfo |
FileStatistics.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatistics.Builder.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatisticsOrBuilder.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatistics.getColumnOrThrow(String key)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatistics.Builder.getColumnOrThrow(String key)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatisticsOrBuilder.getColumnOrThrow(String key)
map column names to column statistics
|
static ColumnStatisticsInfo |
ColumnStatisticsInfo.getDefaultInstance() |
ColumnStatisticsInfo |
ColumnStatisticsInfo.getDefaultInstanceForType() |
ColumnStatisticsInfo |
ColumnStatisticsInfo.Builder.getDefaultInstanceForType() |
ColumnStatisticsInfo |
GetTableColumnStatisticsPResponseOrBuilder.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
GetTableColumnStatisticsPResponse.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
GetTableColumnStatisticsPResponse.Builder.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
ColumnStatisticsListOrBuilder.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
ColumnStatisticsList.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
ColumnStatisticsList.Builder.getStatistics(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
LayoutOrBuilder.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.Builder.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
LayoutOrBuilder.getStatsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.getStatsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.Builder.getStatsOrThrow(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseDelimitedFrom(InputStream input) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(byte[] data) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(ByteBuffer data) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(com.google.protobuf.ByteString data) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(InputStream input) |
static ColumnStatisticsInfo |
ColumnStatisticsInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsInfo> |
FileStatistics.getColumn()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
FileStatistics.Builder.getColumn()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
FileStatisticsOrBuilder.getColumn()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
FileStatistics.getColumnMap()
map column names to column statistics
|
Map<String,ColumnStatisticsInfo> |
FileStatistics.Builder.getColumnMap()
map column names to column statistics
|
Map<String,ColumnStatisticsInfo> |
FileStatisticsOrBuilder.getColumnMap()
map column names to column statistics
|
Map<String,ColumnStatisticsInfo> |
FileStatistics.Builder.getMutableColumn()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
Layout.Builder.getMutableStats()
Deprecated.
|
com.google.protobuf.Parser<ColumnStatisticsInfo> |
ColumnStatisticsInfo.getParserForType() |
List<ColumnStatisticsInfo> |
GetTableColumnStatisticsPResponseOrBuilder.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
GetTableColumnStatisticsPResponse.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
GetTableColumnStatisticsPResponse.Builder.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
ColumnStatisticsListOrBuilder.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
ColumnStatisticsList.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
List<ColumnStatisticsInfo> |
ColumnStatisticsList.Builder.getStatisticsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
Map<String,ColumnStatisticsInfo> |
LayoutOrBuilder.getStats()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
Layout.getStats()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
Layout.Builder.getStats()
Deprecated.
|
Map<String,ColumnStatisticsInfo> |
LayoutOrBuilder.getStatsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
Map<String,ColumnStatisticsInfo> |
Layout.getStatsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
Map<String,ColumnStatisticsInfo> |
Layout.Builder.getStatsMap()
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
static com.google.protobuf.Parser<ColumnStatisticsInfo> |
ColumnStatisticsInfo.parser() |
Modifier and Type | Method and Description |
---|---|
GetTableColumnStatisticsPResponse.Builder |
GetTableColumnStatisticsPResponse.Builder.addStatistics(ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsList.Builder |
ColumnStatisticsList.Builder.addStatistics(ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
GetTableColumnStatisticsPResponse.Builder |
GetTableColumnStatisticsPResponse.Builder.addStatistics(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsList.Builder |
ColumnStatisticsList.Builder.addStatistics(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsInfo |
FileStatistics.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatistics.Builder.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
FileStatisticsOrBuilder.getColumnOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map column names to column statistics
|
ColumnStatisticsInfo |
LayoutOrBuilder.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo |
Layout.Builder.getStatsOrDefault(String key,
ColumnStatisticsInfo defaultValue)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
ColumnStatisticsInfo.Builder |
ColumnStatisticsInfo.Builder.mergeFrom(ColumnStatisticsInfo other) |
static ColumnStatisticsInfo.Builder |
ColumnStatisticsInfo.newBuilder(ColumnStatisticsInfo prototype) |
FileStatistics.Builder |
FileStatistics.Builder.putColumn(String key,
ColumnStatisticsInfo value)
map column names to column statistics
|
Layout.Builder |
Layout.Builder.putStats(String key,
ColumnStatisticsInfo value)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
GetTableColumnStatisticsPResponse.Builder |
GetTableColumnStatisticsPResponse.Builder.setStatistics(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsList.Builder |
ColumnStatisticsList.Builder.setStatistics(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
Modifier and Type | Method and Description |
---|---|
GetTableColumnStatisticsPResponse.Builder |
GetTableColumnStatisticsPResponse.Builder.addAllStatistics(Iterable<? extends ColumnStatisticsInfo> values)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
ColumnStatisticsList.Builder |
ColumnStatisticsList.Builder.addAllStatistics(Iterable<? extends ColumnStatisticsInfo> values)
repeated .alluxio.grpc.table.ColumnStatisticsInfo statistics = 1; |
FileStatistics.Builder |
FileStatistics.Builder.putAllColumn(Map<String,ColumnStatisticsInfo> values)
map column names to column statistics
|
Layout.Builder |
Layout.Builder.putAllStats(Map<String,ColumnStatisticsInfo> values)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4; |
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsInfo> |
Table.getStatistics() |
List<ColumnStatisticsInfo> |
DefaultTableMaster.getTableColumnStatistics(String dbName,
String tableName,
List<String> colNames) |
List<ColumnStatisticsInfo> |
TableMaster.getTableColumnStatistics(String databaseName,
String tableName,
List<String> colNames)
Get statistics on the table.
|
List<ColumnStatisticsInfo> |
AlluxioCatalog.getTableColumnStatistics(String dbName,
String tableName,
List<String> colNames)
Returns the statistics for the specified table.
|
Modifier and Type | Method and Description |
---|---|
ColumnStatisticsInfo |
Table.AddTableEntryOrBuilder.getTableStats(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
ColumnStatisticsInfo |
Table.AddTableEntry.getTableStats(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
ColumnStatisticsInfo |
Table.AddTableEntry.Builder.getTableStats(int index)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsInfo> |
Table.AddTableEntryOrBuilder.getTableStatsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
List<ColumnStatisticsInfo> |
Table.AddTableEntry.getTableStatsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
List<ColumnStatisticsInfo> |
Table.AddTableEntry.Builder.getTableStatsList()
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Modifier and Type | Method and Description |
---|---|
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.addTableStats(ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.addTableStats(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.setTableStats(int index,
ColumnStatisticsInfo value)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Modifier and Type | Method and Description |
---|---|
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.addAllTableStats(Iterable<? extends ColumnStatisticsInfo> values)
repeated .alluxio.grpc.table.ColumnStatisticsInfo table_stats = 6; |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsInfo> |
Layout.getColumnStatsData() |
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsInfo> |
HiveLayout.getColumnStatsData() |
Constructor and Description |
---|
HiveLayout(PartitionInfo partitionInfo,
List<ColumnStatisticsInfo> stats)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsInfo> |
UdbTable.getStatistics() |
Modifier and Type | Method and Description |
---|---|
static ColumnStatisticsInfo |
GlueUtils.toProto(com.amazonaws.services.glue.model.ColumnStatistics glueColumnStatistic)
Convert glue ColumnStatistics to Alluxio ColumnStatisticsInfo.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsInfo> |
GlueTable.getStatistics() |
Constructor and Description |
---|
GlueTable(GlueDatabase glueDatabase,
PathTranslator pathTranslator,
String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
com.amazonaws.services.glue.model.Table table)
Create a new glue table instance.
|
Modifier and Type | Method and Description |
---|---|
static ColumnStatisticsInfo |
HiveUtils.toProto(org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj colStats)
Convert ColumnStatisticsObj to proto definition.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnStatisticsInfo> |
HiveTable.getStatistics() |
Constructor and Description |
---|
HiveTable(String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
org.apache.hadoop.hive.metastore.api.Table table)
Creates a new instance.
|
Copyright © 2023. All Rights Reserved.