ClickHouse/dbms/src/Storages/MergeTree
2017-05-25 00:06:29 +03:00
..
AbandonableLockInZooKeeper.h translate comments 2017-04-16 23:17:32 +03:00
ActiveDataPartSet.cpp Better code for parsing part names [#CLICKHOUSE-2]. 2017-04-18 23:38:07 +03:00
ActiveDataPartSet.h More simple code; fixed translation error [#CLICKHOUSE-2]. 2017-05-23 04:09:47 +03:00
AllMergeSelector.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AllMergeSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BackgroundProcessingPool.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
BackgroundProcessingPool.h translate comments 2017-04-16 23:17:32 +03:00
BoolMask.h translate comments 2017-04-16 23:17:32 +03:00
DataPartsExchange.cpp Do not remove temporary directory on fetch [#CLICKHOUSE-2894]. 2017-04-29 01:26:39 +03:00
DataPartsExchange.h translate comments 2017-04-16 23:17:32 +03:00
DiskSpaceMonitor.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DiskSpaceMonitor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LevelMergeSelector.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
LevelMergeSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MarkRange.h translate comments 2017-04-16 23:17:32 +03:00
MergedBlockOutputStream.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
MergedBlockOutputStream.h Fixed translation errors, part 1 [#CLICKHOUSE-3]. 2017-05-09 15:07:35 -04:00
MergeList.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeList.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeBaseBlockInputStream.cpp Removed extra diagnostic log messages. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeBaseBlockInputStream.h Removed extra diagnostic log messages. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeBlockInputStream.cpp Fixed preferred_block_size_bytes in case of PREWHERE with non-materialized column. [#METR-25237] 2017-05-20 17:30:59 +04:00
MergeTreeBlockInputStream.h Split base and derived class implementations. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeBlockReadUtils.cpp Fixed preferred_block_size_bytes in case of PREWHERE with non-materialized column. [#METR-25237] 2017-05-20 17:30:59 +04:00
MergeTreeBlockReadUtils.h Fixed preferred_block_size_bytes in case of PREWHERE with non-materialized column. [#METR-25237] 2017-05-20 17:30:59 +04:00
MergeTreeData.cpp Update MergeTreeData.cpp 2017-05-15 10:34:40 +04:00
MergeTreeData.h Fix inccorect columns size in MergeTreeData after ALTER. [#CLICKHOUSE-2] 2017-05-15 10:34:40 +04:00
MergeTreeDataMerger.cpp Addition to prev. revision [#CLICKHOUSE-2]. 2017-05-10 04:10:50 -04:00
MergeTreeDataMerger.h support DEDUPLICATE option in OPTIMIZE query 2017-04-17 21:15:14 +03:00
MergeTreeDataPart.cpp More clearer code and correct test. [#CLICKHOUSE-1993] 2017-05-12 16:44:11 +03:00
MergeTreeDataPart.h translate comments 2017-04-16 23:17:32 +03:00
MergeTreeDataSelectExecutor.cpp Preparation: untangling [#CLICKHOUSE-31]. 2017-05-25 00:06:29 +03:00
MergeTreeDataSelectExecutor.h Preparation: untangling [#CLICKHOUSE-31]. 2017-05-25 00:06:29 +03:00
MergeTreeDataWriter.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeDataWriter.h translate comments 2017-04-16 23:17:32 +03:00
MergeTreePartChecker.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreePartChecker.h translate comments 2017-04-16 23:17:32 +03:00
MergeTreeReader.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
MergeTreeReader.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeReadPool.cpp Fixed preferred_block_size_bytes in case of PREWHERE with non-materialized column. [#METR-25237] 2017-05-20 17:30:59 +04:00
MergeTreeReadPool.h Split base and derived class implementations. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeSettings.h Fix incudes, move code from daemon/OwnPatternFormatter.h 2017-04-27 08:40:27 +03:00
MergeTreeSharder.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeSharder.h translate comments 2017-04-16 23:17:32 +03:00
MergeTreeThreadBlockInputStream.cpp Split base and derived class implementations. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeThreadBlockInputStream.h Split base and derived class implementations. [#CLICKHOUSE-2902] 2017-04-15 06:48:24 +03:00
MergeTreeWhereOptimizer.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
MergeTreeWhereOptimizer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PKCondition.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PKCondition.h translate comments 2017-04-16 23:17:32 +03:00
RangesInDataPart.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
RemoteDiskSpaceMonitor.cpp fix http methods for ReadWriteBufferFromHTTP (#675) 2017-04-11 17:13:19 +03:00
RemoteDiskSpaceMonitor.h translate comments 2017-04-16 23:17:32 +03:00
RemotePartChecker.cpp fix http methods for ReadWriteBufferFromHTTP (#675) 2017-04-11 17:13:19 +03:00
RemotePartChecker.h ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878] (#656) 2017-04-06 16:03:23 +03:00
RemoteQueryExecutor.cpp fix http methods for ReadWriteBufferFromHTTP (#675) 2017-04-11 17:13:19 +03:00
RemoteQueryExecutor.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeAddress.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeAlterThread.cpp Fix inccorect columns size in MergeTreeData after ALTER. [#CLICKHOUSE-2] 2017-05-15 10:34:40 +04:00
ReplicatedMergeTreeAlterThread.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeBlockOutputStream.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplicatedMergeTreeBlockOutputStream.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplicatedMergeTreeCleanupThread.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplicatedMergeTreeCleanupThread.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeLogEntry.cpp fix zookeeper format version 4 2017-04-17 21:15:14 +03:00
ReplicatedMergeTreeLogEntry.h Detect race condition between fetches and merges of the same part. [#CLICKHOUSE-2989] 2017-05-17 21:44:16 +04:00
ReplicatedMergeTreePartCheckThread.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplicatedMergeTreePartCheckThread.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeQueue.cpp Detect race condition between fetches and merges of the same part. [#CLICKHOUSE-2989] 2017-05-17 21:44:16 +04:00
ReplicatedMergeTreeQueue.h Detect race condition between fetches and merges of the same part. [#CLICKHOUSE-2989] 2017-05-17 21:44:16 +04:00
ReplicatedMergeTreeQuorumEntry.h translate comments 2017-04-16 23:17:32 +03:00
ReplicatedMergeTreeRestartingThread.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReplicatedMergeTreeRestartingThread.h Fixed translation errors, part 1 [#CLICKHOUSE-3]. 2017-05-09 15:07:35 -04:00
ReshardingJob.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReshardingJob.h translate comments 2017-04-16 23:17:32 +03:00
ReshardingWorker.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ReshardingWorker.h translate comments 2017-04-16 23:17:32 +03:00
ShardedPartitionUploader.cpp ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878] (#656) 2017-04-06 16:03:23 +03:00
ShardedPartitionUploader.h translate comments 2017-04-16 23:17:32 +03:00
SimpleMergeSelector.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SimpleMergeSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00