Skip to content

Commit

Permalink
chore: remove unused code (databendlabs#17371)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 authored Jan 26, 2025
1 parent b0c410a commit 87a280a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
54 changes: 0 additions & 54 deletions src/query/storages/fuse/src/statistics/block_statistics.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/query/storages/fuse/src/statistics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
// limitations under the License.

pub mod accumulator;
mod block_statistics;
mod cluster_statistics;
mod column_statistic;
pub mod reducers;

pub use accumulator::StatisticsAccumulator;
pub use block_statistics::BlockStatistics;
pub use cluster_statistics::sort_by_cluster_stats;
pub use cluster_statistics::ClusterStatsGenerator;
pub use column_statistic::calc_column_distinct_of_values;
Expand Down

0 comments on commit 87a280a

Please sign in to comment.