Skip to content

Commit

Permalink
Fix spelling in 'DataStats::GetQuantile' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xJoskiy committed Dec 2, 2023
1 parent 14645ff commit f614651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/algorithms/statistics/data_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DataStats : public Algorithm {
Statistic GetMax(size_t index) const;
// Returns sum of the column's values if it's numeric.
Statistic GetSum(size_t index) const;
// Returns quantile of the column if it's type is comparable.
// Returns quantile of the column if its type is comparable.
Statistic GetQuantile(double part, size_t index, bool calc_all = false);
// Deletes null and empty values in the column.
std::vector<const std::byte*> DeleteNullAndEmpties(size_t index) const;
Expand Down

0 comments on commit f614651

Please sign in to comment.