We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90414cc commit 9ac8ff9Copy full SHA for 9ac8ff9
clickhouse/columns/string.h
@@ -93,7 +93,6 @@ class ColumnString : public Column {
93
SMALL = 32,
94
MEDIUM = 128,
95
LARGE = 512,
96
- HUGE = 2048,
97
};
98
static constexpr auto DEFAULT_ESTIMATION = EstimatedValueSize::MEDIUM;
99
0 commit comments