Skip to content

Commit

Permalink
add-commm
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Sep 11, 2024
1 parent 14a3fc8 commit ae4fc8e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ private void checkIfUnknownStatsUsedAsKey(StatisticsBuilder builder) {
}
}

/**
* if the table is not analyzed and BE does not report row count, return -1
*/
private double getOlapTableRowCount(OlapScan olapScan) {
OlapTable olapTable = olapScan.getTable();
AnalysisManager analysisManager = Env.getCurrentEnv().getAnalysisManager();
Expand Down

0 comments on commit ae4fc8e

Please sign in to comment.