Uses of Class
io.trino.plugin.hive.PartitionStatistics
-
-
Uses of PartitionStatistics in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsPartitionStatistics.Builder. build()static PartitionStatisticsPartitionStatistics. empty()PartitionStatisticsHiveMetastoreClosure. getTableStatistics(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsPartitionStatistics. withAdjustedRowCount(long adjustment)Methods in io.trino.plugin.hive that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>HiveMetastoreClosure. getPartitionStatistics(HiveIdentity identity, String databaseName, String tableName, Set<String> partitionNames)Method parameters in io.trino.plugin.hive with type arguments of type PartitionStatistics Modifier and Type Method Description voidHiveMetastoreClosure. updatePartitionStatistics(HiveIdentity identity, String databaseName, String tableName, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastoreClosure. updatePartitionStatistics(HiveIdentity identity, String databaseName, String tableName, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastoreClosure. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastoreClosure. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsPartitionWithStatistics. getStatistics()PartitionStatisticsHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsRecordingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsSemiTransactionalHiveMetastore. getTableStatistics(HiveIdentity identity, String databaseName, String tableName)Methods in io.trino.plugin.hive.metastore that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>HiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Map<String,PartitionStatistics>RecordingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)List<RecordingHiveMetastore.Pair<Set<HivePartitionName>,Map<String,PartitionStatistics>>>RecordingHiveMetastore.Recording. getPartitionStatistics()Map<String,PartitionStatistics>SemiTransactionalHiveMetastore. getPartitionStatistics(HiveIdentity identity, String databaseName, String tableName, Set<String> partitionNames)List<RecordingHiveMetastore.Pair<HiveTableName,PartitionStatistics>>RecordingHiveMetastore.Recording. getTableStatistics()Methods in io.trino.plugin.hive.metastore with parameters of type PartitionStatistics Modifier and Type Method Description voidSemiTransactionalHiveMetastore. addPartition(ConnectorSession session, String databaseName, String tableName, Partition partition, org.apache.hadoop.fs.Path currentLocation, PartitionStatistics statistics)voidSemiTransactionalHiveMetastore. createTable(ConnectorSession session, Table table, PrincipalPrivileges principalPrivileges, Optional<org.apache.hadoop.fs.Path> currentPath, boolean ignoreExisting, PartitionStatistics statistics)currentLocationneeds to be supplied if a writePath exists for the table.voidSemiTransactionalHiveMetastore. finishInsertIntoExistingPartition(ConnectorSession session, String databaseName, String tableName, List<String> partitionValues, org.apache.hadoop.fs.Path currentLocation, List<String> fileNames, PartitionStatistics statisticsUpdate)voidSemiTransactionalHiveMetastore. finishInsertIntoExistingTable(ConnectorSession session, String databaseName, String tableName, org.apache.hadoop.fs.Path currentLocation, List<String> fileNames, PartitionStatistics statisticsUpdate)voidSemiTransactionalHiveMetastore. setTableStatistics(HiveIdentity identity, Table table, PartitionStatistics tableStatistics)Constructors in io.trino.plugin.hive.metastore with parameters of type PartitionStatistics Constructor Description PartitionWithStatistics(Partition partition, String partitionName, PartitionStatistics statistics) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsAlluxioHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)Methods in io.trino.plugin.hive.metastore.alluxio that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>AlluxioHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Method parameters in io.trino.plugin.hive.metastore.alluxio with type arguments of type PartitionStatistics Modifier and Type Method Description voidAlluxioHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidAlluxioHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidAlluxioHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidAlluxioHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsCachingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)Methods in io.trino.plugin.hive.metastore.cache that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>CachingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Method parameters in io.trino.plugin.hive.metastore.cache with type arguments of type PartitionStatistics Modifier and Type Method Description voidCachingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidCachingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidCachingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidCachingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsFileHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>FileHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Method parameters in io.trino.plugin.hive.metastore.file with type arguments of type PartitionStatistics Modifier and Type Method Description voidFileHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidFileHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidFileHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidFileHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsGlueHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>GlueHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Method parameters in io.trino.plugin.hive.metastore.glue with type arguments of type PartitionStatistics Modifier and Type Method Description voidGlueHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidGlueHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidGlueHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidGlueHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsBridgingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsThriftHiveMetastore. getTableStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)PartitionStatisticsThriftMetastore. getTableStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)Methods in io.trino.plugin.hive.metastore.thrift that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>BridgingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Map<String,PartitionStatistics>ThriftHiveMetastore. getPartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions)Map<String,PartitionStatistics>ThriftMetastore. getPartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions)Method parameters in io.trino.plugin.hive.metastore.thrift with type arguments of type PartitionStatistics Modifier and Type Method Description voidBridgingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidBridgingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidBridgingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidBridgingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return PartitionStatistics Modifier and Type Method Description static PartitionStatisticsStatistics. createEmptyPartitionStatistics(Map<String,Type> columnTypes, Map<String,Set<ColumnStatisticType>> columnStatisticsMetadataTypes)static PartitionStatisticsStatistics. merge(PartitionStatistics first, PartitionStatistics second)Methods in io.trino.plugin.hive.util with parameters of type PartitionStatistics Modifier and Type Method Description static PartitionStatisticsStatistics. merge(PartitionStatistics first, PartitionStatistics second)
-