Uses of Class
org.apache.drill.exec.planner.common.DrillStatsTable.TableStatistics
Package
Description
-
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.planner.common
Modifier and TypeClassDescriptionstatic class
static class
Struct which contains the statistics for the entire directory structureModifier and TypeMethodDescriptionDrillStatsTable.generateDirectoryStructure
(String dirComputedTime, List<DrillStatsTable.ColumnStatistics> columnStatisticsList) -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionStatisticsRecordCollector.getStatistics()
ReturnsDrillStatsTable.TableStatistics
instance with statistics collected using thisStatisticsRecordCollector
. -
Uses of DrillStatsTable.TableStatistics in org.apache.drill.exec.store.delta.format
Modifier and TypeMethodDescriptionDeltaFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier 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
Modifier and TypeMethodDescriptionFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier 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
Modifier and TypeMethodDescriptionEasyFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier 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
Modifier and TypeMethodDescriptionJsonStatisticsRecordWriter.getStatistics()
StatisticsCollectorImpl.getStatistics()
JSONFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier 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
Modifier and TypeMethodDescriptionIcebergFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier 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
Modifier and TypeMethodDescriptionParquetFormatPlugin.readStatistics
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath) Modifier and TypeMethodDescriptionvoid
ParquetFormatPlugin.writeStatistics
(DrillStatsTable.TableStatistics statistics, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path statsTablePath)