ClickHouse/dbms/src/Dictionaries
Nikolai Kochetov 38e9e837c5 style fixes
2017-05-30 18:02:44 +03:00
..
Embedded Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
CacheDictionary.cpp style fixes 2017-05-30 18:02:44 +03:00
CacheDictionary.h style fixes 2017-05-30 18:02:44 +03:00
ClickHouseDictionarySource.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ClickHouseDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
CMakeLists.txt dbms: Declared max_block_size. [#METR-21516] 2016-05-29 04:12:10 +03:00
ComplexKeyCacheDictionary.cpp added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
ComplexKeyCacheDictionary.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
ComplexKeyHashedDictionary.cpp style fixes 2017-05-30 18:02:44 +03:00
ComplexKeyHashedDictionary.h style fixes 2017-05-30 18:02:44 +03:00
DictionaryBlockInputStream.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DictionarySourceFactory.cpp Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
DictionarySourceFactory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DictionarySourceHelpers.cpp Fixed totally wrong code [#CLICKHOUSE-3039]. 2017-05-25 23:17:23 +03:00
DictionarySourceHelpers.h Fixed totally wrong code [#CLICKHOUSE-3039]. 2017-05-25 23:17:23 +03:00
DictionaryStructure.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
DictionaryStructure.h translate comments 2017-04-17 15:35:21 +03:00
ExecutableDictionarySource.cpp Fixed deadlock when using executable dictionary source with cache or complex_key_cache layout [#CLICKHOUSE-3039]. 2017-05-25 23:59:14 +03:00
ExecutableDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ExternalQueryBuilder.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ExternalQueryBuilder.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ExternalResultDescription.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 23:09:48 +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 Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
FlatDictionary.cpp added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
FlatDictionary.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
HashedDictionary.cpp added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
HashedDictionary.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
HTTPDictionarySource.cpp Fixed totally wrong code [#CLICKHOUSE-3039]. 2017-05-25 23:17:23 +03:00
HTTPDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
IDictionary.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +03:00
IDictionarySource.h More correct wording [#CLICKHOUSE-3039]. 2017-05-26 00:00:04 +03:00
MongoDBBlockInputStream.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 23:09:48 +03:00
MongoDBBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MongoDBDictionarySource.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
MongoDBDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
MySQLBlockInputStream.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 23:09:48 +03:00
MySQLBlockInputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MySQLDictionarySource.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
MySQLDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ODBCBlockInputStream.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 23:09:48 +03:00
ODBCBlockInputStream.h added undate by invalidate_query for MySql and ODBC dictionary sources 2017-05-15 17:16:10 +03:00
ODBCDictionarySource.cpp Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ODBCDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
RangeDictionaryBlockInputStream.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +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 added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +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 Little better [#CLICKHOUSE-3039]. 2017-05-25 23:09:48 +03:00
TrieDictionary.h added raw serialization functions for IColumn; changed key serialization in ComplexKeyCacheDictionary; style fixes 2017-05-29 20:26:45 +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