Uses of Class
org.apache.drill.exec.planner.common.DrillStatsTable.TableStatistics
Packages that use DrillStatsTable.TableStatistics
Package
Description
-
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.planner.common
Subclasses of DrillStatsTable.TableStatistics in org.apache.drill.exec.planner.commonModifier and TypeClassDescriptionstatic class
static class
Struct which contains the statistics for the entire directory structureMethods in org.apache.drill.exec.planner.common that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionDrillStatsTable.generateDirectoryStructure
(String dirComputedTime, List<DrillStatsTable.ColumnStatistics> columnStatisticsList) Constructors in org.apache.drill.exec.planner.common with parameters of type DrillStatsTable.TableStatistics -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionStatisticsRecordCollector.getStatistics()
ReturnsDrillStatsTable.TableStatistics
instance with statistics collected using thisStatisticsRecordCollector
. -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.delta.format
Methods in org.apache.drill.exec.store.delta.format that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionDeltaFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.delta.format with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
DeltaFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.dfs with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
FormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.dfs.easy
Methods in org.apache.drill.exec.store.dfs.easy that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionEasyFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.dfs.easy with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
EasyFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.easy.json
Methods in org.apache.drill.exec.store.easy.json that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionJsonStatisticsRecordWriter.getStatistics()
StatisticsCollectorImpl.getStatistics()
JSONFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.easy.json with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
JSONFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.iceberg.format
Methods in org.apache.drill.exec.store.iceberg.format that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionIcebergFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.iceberg.format with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
IcebergFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionParquetFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Methods in org.apache.drill.exec.store.parquet with parameters of type DrillStatsTable.TableStatisticsModifier and TypeMethodDescriptionvoid
ParquetFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath)