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 ca5330b commit 8fd000eCopy full SHA for 8fd000e
clickhouse/columns/lowcardinality.h
@@ -109,7 +109,7 @@ class ColumnLowCardinalityT : public ColumnLowCardinality {
109
{}
110
111
// Create LC<T> column from existing T-column, making a deep copy of all contents.
112
- explicit ColumnLowCardinalityT(const std::shared_ptr<DictionaryColumnType>& dictionary_col)
+ explicit ColumnLowCardinalityT(std::shared_ptr<DictionaryColumnType> dictionary_col)
113
: ColumnLowCardinality(dictionary_col),
114
typed_dictionary_(dynamic_cast<DictionaryColumnType &>(*GetDictionary())),
115
type_(typed_dictionary_.Type()->GetCode())
0 commit comments