ClickHouse/dbms/src/Common
2020-01-13 20:57:27 +03:00
..
Config
HashTable gather utils for Decimals (no scale checks) 2019-11-11 19:18:37 +03:00
StringUtils
tests Removed obsolete unmaintained test 2019-12-31 07:42:26 +03:00
ZooKeeper Make one unit test more maintainable 2020-01-11 16:28:24 +03:00
ActionBlocker.h
ActionLock.cpp
ActionLock.h
AlignedBuffer.cpp
AlignedBuffer.h
Allocator_fwd.h
Allocator.h
Arena.h
ArenaAllocator.h groupArraySample 2019-12-27 11:41:11 +08:00
ArenaWithFreeLists.h
ArrayCache.h
assert_cast.h
AutoArray.h
BitHelpers.h
checkStackSize.cpp
checkStackSize.h
ClickHouseRevision.cpp
ClickHouseRevision.h
CMakeLists.txt
ColumnsHashing.h Unify hash tables interface. 2019-11-06 00:08:04 +08:00
ColumnsHashingImpl.h Unify hash tables interface. 2019-11-06 00:08:04 +08:00
CombinedCardinalityEstimator.h
CompactArray.h
ConcurrentBoundedQueue.h
config_version.h.in
config.h.in AWS SDK integration rework. 2019-12-06 17:37:21 +03:00
CounterInFile.h
COW.h Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
CpuId.h
createHardLink.cpp
createHardLink.h
CurrentMetrics.cpp Fixed metrics in BackgroundProcessingPool. 2019-12-13 01:08:54 +03:00
CurrentMetrics.h
CurrentThread.cpp
CurrentThread.h
DNSResolver.cpp
DNSResolver.h
Dwarf.cpp Fixed build after updating libcxx 2019-12-20 21:44:40 +03:00
Dwarf.h Show physical addresses in StackTrace 2019-12-24 23:07:44 +03:00
Elf.cpp
Elf.h
ErrorCodes.cpp Merge branch 'master' into vfs_log 2020-01-12 20:16:30 +03:00
escapeForFileName.cpp
escapeForFileName.h
EventCounter.h
Exception.cpp In debug builds, treat LOGICAL_ERROR as an assertion failure. 2020-01-09 19:58:32 +03:00
Exception.h Stack trace for every exception (experimental) 2020-01-02 09:56:53 +03:00
FieldVisitors.cpp Distinguish Array and Tuple field types when creating from array of Fields. (#7179) 2019-10-18 18:57:05 +03:00
FieldVisitors.h More GCC warnings 2019-12-16 23:19:50 +02:00
FileChecker.cpp Update FileChecker.cpp 2020-01-11 00:54:47 +03:00
FileChecker.h Integration of log storages with IDisk interface 2019-12-23 16:11:56 +03:00
filesystemHelpers.cpp Fixed darwin buils 2019-11-27 18:49:15 +03:00
filesystemHelpers.h Addressed code review comments 2019-12-08 19:47:51 +03:00
FileUpdatesTracker.h
formatIPv6.cpp
formatIPv6.h
formatReadable.cpp
formatReadable.h
getExecutablePath.cpp
getExecutablePath.h
getFQDNOrHostName.cpp
getFQDNOrHostName.h
getMultipleKeysFromConfig.cpp Fixed bug with function getMultipleValuesFromConfig and added test which confirms this. 2019-10-17 19:52:47 +03:00
getMultipleKeysFromConfig.h
getNumberOfPhysicalCPUCores.cpp Fallback for unknown CPUs when using libcpuid #5239 2019-11-12 00:01:55 +03:00
getNumberOfPhysicalCPUCores.h
hasLinuxCapability.cpp
hasLinuxCapability.h
hex.cpp
hex.h
HTMLForm.h
HyperLogLogBiasEstimator.h
HyperLogLogCounter.h Better addBatchArray aggregator 2019-11-11 16:56:11 +08:00
HyperLogLogWithSmallSetOptimization.h Better addBatchArray aggregator 2019-11-11 16:56:11 +08:00
IFactoryWithAliases.h
Increment.h
interpolate.h
InterruptListener.h
IntervalKind.cpp Move IntervalKind-related functions to a separate file. 2019-12-05 21:03:57 +03:00
IntervalKind.h Move IntervalKind-related functions to a separate file. 2019-12-05 21:03:57 +03:00
intExp.h Make Field::getScaleMultiplier() inline to allow using FieldVisitorConvertToNumber 2019-12-05 21:03:57 +03:00
IPv6ToBinary.cpp
IPv6ToBinary.h
isLocalAddress.cpp
isLocalAddress.h
localBackup.cpp
localBackup.h
LRUCache.h Make "mark_cache_min_lifetime" setting obsolete 2019-12-31 05:47:10 +03:00
Macros.cpp More verbose error message in macros. 2019-11-05 17:02:38 +03:00
Macros.h
malloc.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
memcmpSmall.h
memcpySmall.h
MemorySanitizer.h Build fix 2019-10-16 10:49:29 +08:00
MemoryTracker.cpp
MemoryTracker.h
MultiVersion.h
NamePrompter.h
NaNUtils.h
NetException.h
new_delete.cpp
ObjectPool.h
OpenSSLHelpers.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
OpenSSLHelpers.h
OptimizedRegularExpression.cpp
OptimizedRegularExpression.h
parseAddress.cpp
parseAddress.h
parseGlobs.cpp
parseGlobs.h
parseRemoteDescription.cpp
parseRemoteDescription.h
PipeFDs.cpp Fixed Darwin build 2019-12-23 19:54:51 +03:00
PipeFDs.h Added "system.stack_trace" table (development) 2019-12-22 20:20:33 +03:00
PODArray_fwd.h
PODArray.cpp
PODArray.h groupArraySample 2019-12-27 11:41:11 +08:00
PoolBase.h
PoolWithFailoverBase.h
ProfileEvents.cpp Added setting "min_bytes_to_use_mmap_io" (#8520) 2020-01-04 08:46:50 +03:00
ProfileEvents.h
ProfilingScopedRWLock.h
QueryProfiler.cpp Added "system.stack_trace" table (development) 2019-12-22 20:20:33 +03:00
QueryProfiler.h
quoteString.cpp First attempt to store min/max for move ttl expressions. 2019-12-11 13:24:20 +03:00
quoteString.h First attempt to store min/max for move ttl expressions. 2019-12-11 13:24:20 +03:00
RadixSort.h ubsan fix 2019-11-02 17:00:03 +08:00
randomSeed.cpp
randomSeed.h
RemoteHostFilter.cpp Created check for HDFS and S3 storages 2019-11-05 15:40:49 +03:00
RemoteHostFilter.h Created check for HDFS and S3 storages 2019-11-05 15:40:49 +03:00
RWLock.cpp
RWLock.h
SensitiveDataMasker.cpp
SensitiveDataMasker.h
setThreadName.cpp
setThreadName.h
SettingsChanges.h Add constraints columns to table system.settings 2019-10-31 01:45:57 +03:00
SharedBlockRowRef.h
SharedLibrary.cpp
SharedLibrary.h
ShellCommand.cpp Added "system.stack_trace" table (development) 2019-12-22 20:20:33 +03:00
ShellCommand.h
SimpleActionBlocker.h
SimpleIncrement.h
SipHash.h
SmallObjectPool.h
SpaceSaving.h Unify hash tables interface. 2019-11-06 00:08:04 +08:00
StackTrace.cpp Fixed error 2020-01-06 09:19:12 +03:00
StackTrace.h Stack trace for every exception (experimental) 2020-01-02 10:59:18 +03:00
StatusFile.cpp
StatusFile.h
Stopwatch.cpp
Stopwatch.h
StringSearcher.h
StudentTTest.cpp
StudentTTest.h
SymbolIndex.cpp
SymbolIndex.h Show physical addresses in StackTrace 2019-12-24 23:07:44 +03:00
TaskStatsInfoGetter.cpp Minimal change in preparation for #7477 2019-12-18 19:47:51 +03:00
TaskStatsInfoGetter.h Added "system.stack_trace" table (development) 2019-12-22 20:20:33 +03:00
TerminalSize.cpp
TerminalSize.h
thread_local_rng.cpp
thread_local_rng.h
ThreadPool.cpp Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
ThreadPool.h Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
ThreadProfileEvents.h
ThreadStatus.cpp
ThreadStatus.h Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +03:00
Throttler.h
TraceCollector.cpp Added "system.stack_trace" table (development) 2019-12-22 20:20:33 +03:00
TraceCollector.h
typeid_cast.h Extend typeid_cast() for shared_ptr. 2019-12-05 21:03:57 +03:00
TypeList.h
TypePromotion.h
UInt128.h ubsan fix 2019-11-02 17:00:03 +08:00
UnicodeBar.h
UTF8Helpers.cpp
UTF8Helpers.h
VariableContext.h
Visitor.h
Volnitsky.h
XDBCBridgeHelper.h