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(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(String databaseName, String tableName, Set<String> partitionNames) -
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()PartitionStatisticsForwardingHiveMetastore. getTableStatistics(Table table)PartitionStatisticsHiveMetastore. getTableStatistics(Table table)PartitionStatisticsSemiTransactionalHiveMetastore. getTableStatistics(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>ForwardingHiveMetastore. getPartitionStatistics(Table table, List<Partition> partitions)Map<String,PartitionStatistics>HiveMetastore. getPartitionStatistics(Table table, List<Partition> partitions)Map<String,PartitionStatistics>SemiTransactionalHiveMetastore. getPartitionStatistics(String databaseName, String tableName, Set<String> partitionNames)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, Optional<List<String>> files, PartitionStatistics statistics, boolean cleanExtraOutputFilesOnCommit)voidSemiTransactionalHiveMetastore. createTable(ConnectorSession session, Table table, PrincipalPrivileges principalPrivileges, Optional<org.apache.hadoop.fs.Path> currentPath, Optional<List<String>> files, boolean ignoreExisting, PartitionStatistics statistics, boolean cleanExtraOutputFilesOnCommit)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, boolean cleanExtraOutputFilesOnCommit)voidSemiTransactionalHiveMetastore. finishInsertIntoExistingTable(ConnectorSession session, String databaseName, String tableName, org.apache.hadoop.fs.Path currentLocation, List<String> fileNames, PartitionStatistics statisticsUpdate, boolean cleanExtraOutputFilesOnCommit)voidSemiTransactionalHiveMetastore. setTableStatistics(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(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(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(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidAlluxioHiveMetastore. updatePartitionStatistics(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidAlluxioHiveMetastore. updateTableStatistics(String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidAlluxioHiveMetastore. updateTableStatistics(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(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(Table table, List<Partition> partitions) -
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(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(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(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidFileHiveMetastore. updatePartitionStatistics(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidFileHiveMetastore. updateTableStatistics(String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidFileHiveMetastore. updateTableStatistics(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(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(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(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidGlueHiveMetastore. updatePartitionStatistics(Table table, Map<String,Function<PartitionStatistics,PartitionStatistics>> updates)voidGlueHiveMetastore. updateTableStatistics(String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidGlueHiveMetastore. updateTableStatistics(String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of PartitionStatistics in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return PartitionStatistics Modifier and Type Method Description PartitionStatisticsHiveMetastoreRecording. getTableStatistics(HiveTableName hiveTableName, Supplier<PartitionStatistics> valueSupplier)PartitionStatisticsRecordingHiveMetastore. getTableStatistics(Table table)Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type PartitionStatistics Modifier and Type Method Description Map<String,PartitionStatistics>HiveMetastoreRecording. getPartitionStatistics(Set<HivePartitionName> partitionNames, Supplier<Map<String,PartitionStatistics>> valueSupplier)List<HiveMetastoreRecording.Pair<HivePartitionName,PartitionStatistics>>HiveMetastoreRecording.Recording. getPartitionStatistics()Map<String,PartitionStatistics>RecordingHiveMetastore. getPartitionStatistics(Table table, List<Partition> partitions)List<HiveMetastoreRecording.Pair<HiveTableName,PartitionStatistics>>HiveMetastoreRecording.Recording. getTableStatistics() -
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(Table table)PartitionStatisticsThriftHiveMetastore. getTableStatistics(org.apache.hadoop.hive.metastore.api.Table table)PartitionStatisticsThriftMetastore. getTableStatistics(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(Table table, List<Partition> partitions)Map<String,PartitionStatistics>ThriftHiveMetastore. getPartitionStatistics(org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions)Map<String,PartitionStatistics>ThriftMetastore. getPartitionStatistics(org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions) -
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)
-