Disable prev key optimization for string keys.

This commit is contained in:
Nikolai Kochetov 2019-02-04 19:46:02 +03:00
parent 264da7f9d3
commit 3afc0c8108

View File

@ -68,7 +68,7 @@ struct SetMethodString
Data data;
using State = ColumnsHashing::HashMethodString<typename Data::value_type, void>;
using State = ColumnsHashing::HashMethodString<typename Data::value_type, void, false>;
// struct State
// {
@ -111,7 +111,7 @@ struct SetMethodFixedString
Data data;
using State = ColumnsHashing::HashMethodFixedString<typename Data::value_type, void>;
using State = ColumnsHashing::HashMethodFixedString<typename Data::value_type, void, false>;
// struct State
// {