ClickHouse/dbms/src/Dictionaries
2017-10-26 21:36:23 +03:00
..
Embedded Get rid of double whitespaces [#CLICKHOUSE-2]. 2017-10-26 21:36:23 +03:00
CacheDictionary.cpp Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
CacheDictionary.h Replaced Mersenne Twister to PCG-Random [#CLICKHOUSE-2]. 2017-09-10 02:17:38 +03:00
ClickHouseDictionarySource.cpp CLICKHOUSE-3289: Do not use Application singleton 2017-09-07 20:55:33 +03:00
ClickHouseDictionarySource.h Don't limit the size of internal queries (this is for cache dictionaries with ClickHouse source) [#CLICKHOUSE-2]. 2017-07-28 21:43:40 +03:00
CMakeLists.txt dbms: Declared max_block_size. [#METR-21516] 2016-05-29 04:12:10 +03:00
ComplexKeyCacheDictionary_createAttributeWithType.cpp Split ComplexKeyCacheDictionary to faster compile (part2) 2017-10-24 00:26:42 +03:00
ComplexKeyCacheDictionary_generate1.cpp clang-format of Split ComplexKeyCacheDictionary (#1035) 2017-07-27 23:39:40 +03:00
ComplexKeyCacheDictionary_generate2.cpp clang-format of Split ComplexKeyCacheDictionary (#1035) 2017-07-27 23:39:40 +03:00
ComplexKeyCacheDictionary_generate3.cpp clang-format of Split ComplexKeyCacheDictionary (#1035) 2017-07-27 23:39:40 +03:00
ComplexKeyCacheDictionary_setAttributeValue.cpp Split ComplexKeyCacheDictionary to faster compile (part2) 2017-10-24 00:26:42 +03:00
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp Split ComplexKeyCacheDictionary to faster compile (part2) 2017-10-24 00:26:42 +03:00
ComplexKeyCacheDictionary.cpp Split ComplexKeyCacheDictionary to faster compile (part2) 2017-10-24 00:26:42 +03:00
ComplexKeyCacheDictionary.h dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
ComplexKeyHashedDictionary.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
ComplexKeyHashedDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
DictionaryBlockInputStream.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
DictionaryBlockInputStreamBase.cpp style fixes 2017-05-30 18:02:44 +03:00
DictionaryBlockInputStreamBase.h added max_block_size for DictionaryBlockImputStreamBase 2017-05-26 19:08:56 +03:00
DictionaryFactory.h Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343]. 2017-07-10 07:34:14 +03:00
DictionarySourceFactory.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
DictionarySourceFactory.h Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343]. 2017-07-10 07:34:14 +03:00
DictionarySourceHelpers.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
DictionarySourceHelpers.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
DictionaryStructure.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
DictionaryStructure.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ExecutableDictionarySource.cpp Miscellaneous changes after merge [#CLICKHOUSE-2]. 2017-10-12 22:40:42 +03:00
ExecutableDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ExternalQueryBuilder.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
ExternalQueryBuilder.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ExternalResultDescription.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
ExternalResultDescription.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
FileDictionarySource.cpp Miscellaneous [#CLICKHOUSE-3039]. 2017-05-25 22:26:17 +03:00
FileDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
FlatDictionary.cpp Implemented some suggestions from clang-tidy (part 3) [#CLICKHOUSE-3301]. 2017-09-08 06:47:27 +03:00
FlatDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
HashedDictionary.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
HashedDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
HTTPDictionarySource.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
HTTPDictionarySource.h LibDictionarySource : First lib dictionary version with only uint64 type support (#1150) 2017-09-05 04:08:26 +03:00
IDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
IDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
LibraryDictionarySource.cpp Try fix macos build (#1221) 2017-09-09 03:40:21 +03:00
LibraryDictionarySource.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
LibraryDictionarySourceExternal.h Try fix macos build 2017-09-08 21:25:22 +03:00
MongoDBBlockInputStream.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
MongoDBBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MongoDBDictionarySource.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
MongoDBDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
MySQLBlockInputStream.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
MySQLBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MySQLDictionarySource.cpp Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
MySQLDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ODBCBlockInputStream.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
ODBCBlockInputStream.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ODBCDictionarySource.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ODBCDictionarySource.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
RangeDictionaryBlockInputStream.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
RangeHashedDictionary.cpp added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
RangeHashedDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
readInvalidateQuery.cpp Fixed build [#CLICKHOUSE-2955]. 2017-05-24 01:34:52 +03:00
readInvalidateQuery.h Style; removed useless catch [#CLICKHOUSE-2955]. 2017-05-23 19:36:07 +03:00
TrieDictionary.cpp dbms: fix build with OS X built-in clang 2017-10-13 18:12:29 -07:00
TrieDictionary.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
writeParenthesisedString.cpp Moved headers and sources to same place (part 2) [#CLICKHOUSE-3]. 2017-04-01 13:08:56 +03:00
writeParenthesisedString.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00