ClickHouse/dbms/src/Dictionaries
2017-07-13 19:49:09 +03:00
..
Embedded Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343]. 2017-07-10 07:34:14 +03:00
CacheDictionary.cpp fixed bytes_allocated counter for cache dictionaries 2017-06-15 20:31:48 +03:00
CacheDictionary.h merged with master 2017-06-08 15:00:11 +03:00
ClickHouseDictionarySource.cpp Avoid creating multiple global Context. [#CLICKHOUSE-3083] 2017-06-20 10:49:18 +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 Fixing PerformanceTest: table_exists condition, move getMemoryAmount function to file. Add more debug helpers (#905) 2017-06-22 18:57:37 +03:00
ComplexKeyCacheDictionary.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
ComplexKeyHashedDictionary.cpp merged with master 2017-06-08 15:00:11 +03:00
ComplexKeyHashedDictionary.h Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
DictionaryBlockInputStream.h Freebsd and macos fixes 2017-06-15 22:39:35 +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 Better option to disable mysqlclient (#710) 2017-04-19 03:25:57 +03:00
DictionarySourceFactory.h Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343]. 2017-07-10 07:34:14 +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 added IDataType::updateAvgValueSizeHints; renamed PODArray::allocated_size to PODArray::allocated_bytes; renamed renamed IColumn::allocatedSize to IColumn::allocatedBytes; removed IColumn.h from IDataType.h 2017-07-13 19:49:09 +03:00
DictionaryStructure.h Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +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 Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
ExternalQueryBuilder.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
ExternalResultDescription.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +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 IDataType::updateAvgValueSizeHints; renamed PODArray::allocated_size to PODArray::allocated_bytes; renamed renamed IColumn::allocatedSize to IColumn::allocatedBytes; removed IColumn.h from IDataType.h 2017-07-13 19:49:09 +03:00
FlatDictionary.h merged with master 2017-06-08 15:00:11 +03:00
HashedDictionary.cpp merged with master 2017-06-08 15:00:11 +03:00
HashedDictionary.h merged with master 2017-06-08 15:00:11 +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 Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00
IDictionarySource.h More correct wording [#CLICKHOUSE-3039]. 2017-05-26 00:00:04 +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 Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
MongoDBDictionarySource.h Little better [#CLICKHOUSE-3039]. 2017-05-25 22:52:05 +03:00
MySQLBlockInputStream.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +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 Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +03:00
ODBCBlockInputStream.cpp Get rid of .hpp files [#CLICKHOUSE-2]. 2017-06-06 20:18:32 +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 renamed *.hpp to *.h in DictionaryBlickInputStream 2017-06-08 16:35:35 +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 merged with master 2017-06-08 15:00:11 +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 fix reloading of TrieDictionary [#CLICKHOUSE-3087] 2017-07-12 16:35:05 +03:00
TrieDictionary.h always initialize trie ptr (just in case) [#CLICKHOUSE-3087] 2017-07-12 16:35:05 +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