Skip to content

Commit 87a280a

Browse files
authored
chore: remove unused code (#17371)
1 parent b0c410a commit 87a280a

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

src/query/storages/fuse/src/statistics/block_statistics.rs

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/query/storages/fuse/src/statistics/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
// limitations under the License.
1414

1515
pub mod accumulator;
16-
mod block_statistics;
1716
mod cluster_statistics;
1817
mod column_statistic;
1918
pub mod reducers;
2019

2120
pub use accumulator::StatisticsAccumulator;
22-
pub use block_statistics::BlockStatistics;
2321
pub use cluster_statistics::sort_by_cluster_stats;
2422
pub use cluster_statistics::ClusterStatsGenerator;
2523
pub use column_statistic::calc_column_distinct_of_values;

0 commit comments

Comments
 (0)