This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from b4f8fcd44da [Enhancement] (nereids)implement showStoragePolicyCommand in nereids (#44393) add 81886fa476f [Enhancement] (nereids) support show column histogram command (#48587) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 9 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../commands/ShowColumnHistogramStatsCommand.java} | 80 +++++++++++++++------- .../trees/plans/visitor/CommandVisitor.java | 6 ++ .../doris/statistics/StatisticsRepository.java | 2 +- 6 files changed, 73 insertions(+), 29 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowColumnHistStmt.java => nereids/trees/plans/commands/ShowColumnHistogramStatsCommand.java} (69%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org