Skip to content

Commit

Permalink
Update string.h
Browse files Browse the repository at this point in the history
Removed `ColumnString::EstimatedValuesSize::HUGE`, since `HUGE` seems to be a macro name on some platforms.
  • Loading branch information
Enmk authored Nov 17, 2023
1 parent 90414cc commit 9ac8ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clickhouse/columns/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class ColumnString : public Column {
SMALL = 32,
MEDIUM = 128,
LARGE = 512,
HUGE = 2048,
};
static constexpr auto DEFAULT_ESTIMATION = EstimatedValueSize::MEDIUM;

Expand Down

0 comments on commit 9ac8ff9

Please sign in to comment.