We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc11f commit f6d3d8cCopy full SHA for f6d3d8c
clickhouse/columns/string.h
@@ -89,9 +89,6 @@ class ColumnString : public Column {
89
/// Appends one element to the column.
90
void Append(std::string&& steal_value);
91
92
- /// Appends one element to the column.
93
- void Append(const char* str);
94
-
95
96
/// If str lifetime is managed elsewhere and guaranteed to outlive the Block sent to the server
97
void AppendNoManagedLifetime(std::string_view str);
0 commit comments