ClickHouse/src/Interpreters
2020-09-25 02:24:58 +03:00
..
ClusterProxy Fix QueryPlan lifetime (for EXPLAIN PIPELINE graph=1) for queries with nested interpreter 2020-09-01 10:04:08 +03:00
MySQL ISSUES-14114 fix create parse failure when mysql nullable primary key 2020-09-02 13:05:09 +08:00
tests Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ActionLocksManager.cpp Fix error with Lazy database 2020-06-02 05:06:16 +03:00
ActionLocksManager.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ActionsVisitor.cpp Use QueryPlan for SubqueryForSet. 2020-09-15 16:25:14 +03:00
ActionsVisitor.h Fix arrayJoin() capturing in lambda 2020-08-25 21:06:21 +03:00
AddDefaultDatabaseVisitor.h Fix currentDatabase function cannot be used in ON CLUSTER ddl query. (#14211) 2020-09-09 12:58:59 +03:00
addMissingDefaults.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addMissingDefaults.h Add missing headers for libstdc++ from gcc10 2020-05-16 00:00:38 +03:00
addTypeConversionToAST.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addTypeConversionToAST.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
AggregateDescription.cpp Rename ident to indent. 2020-07-07 22:51:32 +03:00
AggregateDescription.h Rename ident to indent. 2020-07-07 22:51:32 +03:00
AggregateFunctionOfGroupByKeysVisitor.h Preserve column alias with optimize_aggregators_of_group_by_keys 2020-06-19 23:04:19 +03:00
AggregationCommon.h Fix build 2020-05-10 02:54:04 +03:00
Aggregator.cpp Merge remote-tracking branch 'origin/master' into HEAD 2020-09-22 14:03:59 +03:00
Aggregator.h better fixed string group by support 2020-09-20 15:20:09 +08:00
Aliases.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ApplyWithSubqueryVisitor.cpp CTE 2020-09-13 09:39:17 +08:00
ApplyWithSubqueryVisitor.h CTE 2020-09-13 09:39:17 +08:00
ArithmeticOperationsInAgrFuncOptimize.cpp Fix move_functions_out_of_any optimisation with lambda (#12664) 2020-07-23 18:15:22 +03:00
ArithmeticOperationsInAgrFuncOptimize.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
ArrayJoinAction.cpp Refactor ActionsChain. 2020-08-14 21:24:58 +03:00
ArrayJoinAction.h Refactor ActionsChain. 2020-08-14 21:24:58 +03:00
ArrayJoinedColumnsVisitor.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
asof.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsteriskSemantic.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsynchronousMetricLog.cpp AsynchronousMetricLog - add event_time_microseconds column 2020-09-06 08:31:27 -07:00
AsynchronousMetricLog.h AsynchronousMetricLog - add event_time_microseconds column 2020-09-06 08:31:27 -07:00
AsynchronousMetrics.cpp Use logical core id ('processor') for CPU freq metric 2020-09-17 13:47:29 +03:00
AsynchronousMetrics.h Update AsynchronousMetrics.h 2020-06-26 05:18:57 +03:00
BloomFilter.cpp Additional checks 2020-07-10 11:21:40 +03:00
BloomFilter.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
BloomFilterHash.h Fix bloom filters for String (data skipping indices) 2020-06-12 22:46:40 +03:00
CancellationCode.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
castColumn.cpp CAST keep nullable (#11733) 2020-06-18 13:18:28 +03:00
castColumn.h Remove useless code 2020-04-15 00:05:45 +03:00
CatBoostModel.cpp Checkpoint 2020-04-22 08:39:31 +03:00
CatBoostModel.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ClientInfo.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
ClientInfo.h straighten the protocol version 2020-09-17 17:37:29 +03:00
Cluster.cpp Cluster: use boost::range::remove_erase() over std::erase (c++20) 2020-09-15 01:36:28 +03:00
Cluster.h Secure inter-cluster query execution (with initial_user as current query user) [v3] 2020-09-15 01:36:28 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
CollectJoinOnKeysVisitor.cpp Better errors in JOIN ON section (#13330) 2020-08-05 12:31:59 +03:00
CollectJoinOnKeysVisitor.h Better errors in JOIN ON section (#13330) 2020-08-05 12:31:59 +03:00
Context.cpp Merge pull request #13573 from amosbird/rms 2020-09-21 01:36:33 +03:00
Context.h Merge pull request #13573 from amosbird/rms 2020-09-21 01:36:33 +03:00
convertFieldToType.cpp Fix incorrect key condition of fixed strings. 2020-09-20 11:53:29 +08:00
convertFieldToType.h fix some logical errors 2020-06-24 23:51:17 +03:00
ConvertStringsToEnumVisitor.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
CrashLog.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
CrashLog.h Fix build; fix errors 2020-08-01 18:54:44 +03:00
createBlockSelector.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
createBlockSelector.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CrossToInnerJoinVisitor.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
CrossToInnerJoinVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DatabaseAndTableWithAlias.cpp Checkpoint 2020-04-22 09:01:33 +03:00
DatabaseAndTableWithAlias.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
DatabaseCatalog.cpp enable more tests with Atomic database 2020-09-09 16:32:50 +03:00
DatabaseCatalog.h Fix tests. 2020-09-04 11:36:47 +03:00
DDLWorker.cpp Change thread name for DDLWorker executor threads 2020-09-17 21:07:14 +03:00
DDLWorker.h Allow parallel execution of distributed DDL 2020-09-12 02:32:08 +03:00
DictionaryReader.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
DictionaryReader.h move DictionaryReader code out of header 2020-04-13 20:36:07 +03:00
DNSCacheUpdater.cpp better resolv.conf, add DNSCacheUpdater logs 2020-09-02 11:07:46 +03:00
DNSCacheUpdater.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
DuplicateOrderByVisitor.h try remove strange logic in DuplicateOrderByVisitor (#12267) 2020-07-08 14:24:50 +03:00
EmbeddedDictionaries.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
EmbeddedDictionaries.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
evaluateConstantExpression.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
evaluateConstantExpression.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
executeQuery.cpp Merge pull request #14831 from bharatnc/ncb/fix-timespec-construct 2020-09-16 15:42:19 +03:00
executeQuery.h ISSUES-4006 refactor for external ddl 2020-08-04 10:31:26 +08:00
ExecuteScalarSubqueriesVisitor.cpp CTE 2020-09-13 09:39:17 +08:00
ExecuteScalarSubqueriesVisitor.h Do not calculate subqueries when only_analyze enabled. 2020-05-09 21:43:16 +03:00
ExpressionActions.cpp Avoid error while building the report on broken perf tests 2020-09-10 12:59:10 +03:00
ExpressionActions.h Remove Join from ExpressionActions. 2020-09-08 13:40:53 +03:00
ExpressionAnalyzer.cpp Merge pull request #14856 from ClickHouse/query-plan-for-creating-sets 2020-09-22 16:19:20 +03:00
ExpressionAnalyzer.h fix crash in RIGHT or FULL JOIN switch 2020-09-18 19:25:20 +03:00
ExpressionJIT.cpp Remove Join from ExpressionActions. 2020-09-08 13:40:53 +03:00
ExpressionJIT.h Merge pull request #10342 from azat/optimizeGroupBy-isInjective 2020-04-18 14:28:59 +03:00
ExternalDictionariesLoader.cpp use dictionary ids 2020-07-15 22:25:31 +03:00
ExternalDictionariesLoader.h Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
ExternalLoader.cpp Use join() instead of detach() for loading threads in ExternalLoader. 2020-09-09 03:19:13 +03:00
ExternalLoader.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalLoaderDatabaseConfigRepository.cpp fixes 2020-07-17 16:11:44 +03:00
ExternalLoaderDatabaseConfigRepository.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
ExternalLoaderTempConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderTempConfigRepository.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalLoaderXMLConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderXMLConfigRepository.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalModelsLoader.cpp use dictionary ids 2020-07-15 22:25:31 +03:00
ExternalModelsLoader.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExtractExpressionInfoVisitor.cpp refactoring: remove TableWithColumnNames 2020-06-06 00:17:00 +03:00
ExtractExpressionInfoVisitor.h refactoring: remove TableWithColumnNames 2020-06-06 00:17:00 +03:00
FillingRow.cpp Split file for better build times 2020-06-14 21:42:10 +03:00
FillingRow.h Split file for better build times 2020-06-14 21:42:10 +03:00
GetAggregatesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getClusterName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getClusterName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
getTableExpressions.cpp getColumns in StorageInMemoryMetadta (only compilable) 2020-06-17 19:39:58 +03:00
getTableExpressions.h refactoring: remove TableWithColumnNames 2020-06-06 00:17:00 +03:00
GlobalSubqueriesVisitor.h Use QueryPlan for SubqueryForSet. 2020-09-15 16:25:14 +03:00
GroupByFunctionKeysVisitor.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
HashJoin.cpp Merge pull request #13015 from amosbird/jgmko 2020-09-13 22:39:48 +03:00
HashJoin.h Merge pull request #13015 from amosbird/jgmko 2020-09-13 22:39:48 +03:00
IdentifierSemantic.cpp Change push down logic in VIEW (#11513) 2020-06-15 15:36:10 +03:00
IdentifierSemantic.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
IExternalLoadable.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
IExternalLoadable.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IExternalLoaderConfigRepository.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IInterpreter.h Fix style. 2020-05-28 12:07:40 +03:00
IJoin.h RIGHT and FULL JOIN for MergeJoin (#12118) 2020-07-10 21:10:06 +03:00
InDepthNodeVisitor.h Fix and improve OneTypeMatcher (#10253) 2020-04-14 21:50:00 +03:00
InJoinSubqueriesPreprocessor.cpp Use SettingUInt64 only in Settings, use UInt64 in other places. 2020-07-31 19:11:27 +03:00
InJoinSubqueriesPreprocessor.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
inplaceBlockConversions.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
inplaceBlockConversions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InternalTextLogsQueue.cpp Return old names of macros 2020-05-24 01:24:01 +03:00
InternalTextLogsQueue.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterAlterQuery.cpp Alter remove column properties and TTLs (#14742) 2020-09-20 16:27:33 +03:00
InterpreterAlterQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCheckQuery.cpp add context to DatabaseCatalog methods 2020-05-29 02:01:18 +03:00
InterpreterCheckQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateQuery.cpp enable more tests with Atomic database 2020-09-09 16:32:50 +03:00
InterpreterCreateQuery.h ISSUES-4006 try fix build failure & review comment 2020-08-07 12:53:33 +08:00
InterpreterCreateQuotaQuery.cpp Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
InterpreterCreateQuotaQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateRoleQuery.cpp Support for multiple names in one CREATE/ALTER command. 2020-06-15 20:10:28 +03:00
InterpreterCreateRoleQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateRowPolicyQuery.cpp Slightly improve syntax of CREATE POLICY. 2020-06-15 22:07:42 +03:00
InterpreterCreateRowPolicyQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateSettingsProfileQuery.cpp Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
InterpreterCreateSettingsProfileQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterCreateUserQuery.cpp Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
InterpreterCreateUserQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterDescribeQuery.cpp Add ability to specify Default codec for columns (#14049) 2020-08-28 20:40:45 +03:00
InterpreterDescribeQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterDropAccessEntityQuery.cpp Support for multiple names in one CREATE/ALTER command. 2020-06-15 20:10:28 +03:00
InterpreterDropAccessEntityQuery.h Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterDropQuery.cpp add exclusive DDLGuard for database 2020-08-18 18:15:27 +03:00
InterpreterDropQuery.h Use join() instead of detach() for the no_users_thread in StorageLiveView. 2020-09-09 22:39:27 +03:00
InterpreterExistsQuery.cpp add context to DatabaseCatalog methods 2020-05-29 02:01:18 +03:00
InterpreterExistsQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterExplainQuery.cpp Add optimize setting to explain plan. 2020-09-23 20:42:46 +03:00
InterpreterExplainQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
InterpreterExternalDDLQuery.cpp ISSUES-4006 fix conflicts commit when merge 2020-08-07 12:55:45 +08:00
InterpreterExternalDDLQuery.h ISSUES-4006 refactor for external ddl 2020-08-04 10:31:26 +08:00
InterpreterFactory.cpp ISSUES-4006 try fix check style 2020-08-04 10:31:27 +08:00
InterpreterFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterGrantQuery.cpp Fix GRANT ALL statement when executed on a non-global level. 2020-08-22 01:59:52 +03:00
InterpreterGrantQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterInsertQuery.cpp Update InterpreterInsertQuery.cpp 2020-09-14 16:45:32 +03:00
InterpreterInsertQuery.h Move getSampleBlockNonMaterialized to StorageInMemoryMetadata 2020-06-16 15:48:10 +03:00
InterpreterKillQueryQuery.cpp Fix partial revokes (complex cases). 2020-06-30 18:47:02 +03:00
InterpreterKillQueryQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterOptimizeQuery.cpp TTL in storage in memory metadata 2020-06-17 16:39:26 +03:00
InterpreterOptimizeQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterRenameQuery.cpp fixes 2020-07-17 16:11:44 +03:00
InterpreterRenameQuery.h fixes 2020-07-17 16:11:44 +03:00
InterpreterSelectQuery.cpp Merge pull request #14856 from ClickHouse/query-plan-for-creating-sets 2020-09-22 16:19:20 +03:00
InterpreterSelectQuery.h Update QueryPipeline::addCreatingSetsTransform 2020-09-02 16:04:54 +03:00
InterpreterSelectWithUnionQuery.cpp Update mutations interpreter. 2020-09-15 20:13:13 +03:00
InterpreterSelectWithUnionQuery.h Use QueryPlan in InterpreterSelectQuery [part 2]. 2020-06-18 20:45:00 +03:00
InterpreterSetQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSetQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSetRoleQuery.cpp Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
InterpreterSetRoleQuery.h Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
InterpreterShowAccessEntitiesQuery.cpp Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowAccessEntitiesQuery.h Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowAccessQuery.cpp Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowAccessQuery.h Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowCreateAccessEntityQuery.h Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowCreateQuery.cpp fix segfault in show create table 2020-06-10 15:53:12 +03:00
InterpreterShowCreateQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowGrantsQuery.cpp Fix partial revokes (complex cases). 2020-06-30 18:47:02 +03:00
InterpreterShowGrantsQuery.h Add new command SHOW ACCESS. 2020-06-15 22:07:47 +03:00
InterpreterShowPrivilegesQuery.cpp Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowPrivilegesQuery.h Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowProcesslistQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowProcesslistQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterShowTablesQuery.cpp support ILIKE, and separate like,limit function. 2020-09-09 11:24:47 +08:00
InterpreterShowTablesQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterSystemQuery.cpp Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)" 2020-08-21 18:44:29 +03:00
InterpreterSystemQuery.h Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)" 2020-08-21 18:44:29 +03:00
InterpreterUseQuery.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterUseQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterpreterWatchQuery.cpp Review fixes. 2020-09-15 13:40:39 +03:00
InterpreterWatchQuery.h Forward declaration for Context as much as possible. 2020-05-21 01:53:18 +03:00
interpretSubquery.cpp getColumns in StorageInMemoryMetadta (only compilable) 2020-06-17 19:39:58 +03:00
interpretSubquery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InterserverIOHandler.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
join_common.cpp Keep LowCardinality in MergeJoin left key result type (#15088) 2020-09-22 13:16:22 +03:00
join_common.h Keep LowCardinality in MergeJoin left key result type (#15088) 2020-09-22 13:16:22 +03:00
joinDispatch.h renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
JoinedTables.cpp Hotfix for pushdown with StorageMerge (#13679) 2020-08-14 12:38:18 +03:00
JoinedTables.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
JoinSwitcher.cpp renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065) 2020-04-07 12:48:47 +03:00
JoinSwitcher.h fix crash in RIGHT or FULL JOIN switch 2020-09-18 19:25:20 +03:00
JoinToSubqueryTransformVisitor.cpp Fix transform query for external databases in presense of aliases #12032 2020-07-06 04:50:45 +03:00
JoinToSubqueryTransformVisitor.h Fix typos 2020-06-27 22:05:00 +03:00
loadMetadata.cpp fix 2020-08-13 21:05:31 +03:00
loadMetadata.h Merge branch 'master' into database_atomic 2020-04-06 16:18:07 +03:00
LogicalExpressionsOptimizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
LogicalExpressionsOptimizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MarkTableIdentifiersVisitor.cpp fix one out_of_range 2020-07-17 17:20:33 +03:00
MarkTableIdentifiersVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergeJoin.cpp Keep LowCardinality in MergeJoin left key result type (#15088) 2020-09-22 13:16:22 +03:00
MergeJoin.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
MetricLog.cpp MetricLog - add event_time_microseconds column 2020-09-06 08:31:27 -07:00
MetricLog.h MetricLog - add event_time_microseconds column 2020-09-06 08:31:27 -07:00
misc.h Refactor joinGet and implement multi-key lookup. 2020-07-28 22:38:52 +08:00
MonotonicityCheckVisitor.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
MutationsInterpreter.cpp Fix MutationsInterpreter. 2020-09-16 11:58:27 +03:00
MutationsInterpreter.h Update mutations interpreter. 2020-09-15 20:13:13 +03:00
NullableUtils.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
NullableUtils.h Implement transform_null_in 2020-04-07 20:08:13 +09:00
OptimizeIfChains.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeIfChains.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeIfWithConstantConditionVisitor.cpp Proper exception message for wrong number of arguments of CAST 2020-09-19 22:34:24 +03:00
OptimizeIfWithConstantConditionVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PartLog.cpp Remove namespace pollution 2020-05-31 00:57:37 +03:00
PartLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
PredicateExpressionsOptimizer.cpp Hotfix for pushdown with StorageMerge (#13679) 2020-08-14 12:38:18 +03:00
PredicateExpressionsOptimizer.h ISSUES-12293 allow push predicate when subquery contains with clause (#12663) 2020-07-24 12:00:18 +03:00
PredicateRewriteVisitor.cpp ISSUES-12293 allow push predicate when subquery contains with clause (#12663) 2020-07-24 12:00:18 +03:00
PredicateRewriteVisitor.h ISSUES-12293 allow push predicate when subquery contains with clause (#12663) 2020-07-24 12:00:18 +03:00
PreparedSets.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ProcessList.cpp Fix MSan report in QueryLog 2020-09-25 02:24:58 +03:00
ProcessList.h Remove useless code 2020-05-01 22:01:02 +03:00
ProfileEventsExt.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ProfileEventsExt.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryAliasesVisitor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryAliasesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryLog.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
QueryLog.h query_start_time_microseconds field in system.query_log 2020-09-04 09:42:18 -07:00
QueryNormalizer.cpp Treat query as function argument. 2020-09-09 15:41:38 +08:00
QueryNormalizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryParameterVisitor.cpp Fix clang-tidy 2020-09-19 19:29:15 +03:00
QueryParameterVisitor.h Even more 2020-09-19 18:02:11 +03:00
QueryPriorities.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryThreadLog.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
QueryThreadLog.h query_start_time_microseconds field in system.query_log 2020-09-04 09:42:18 -07:00
RedundantFunctionsInOrderByVisitor.h Optimize redundant functions in ORDER BY (#12404) 2020-07-13 13:34:25 +03:00
RemoveInjectiveFunctionsVisitor.cpp Delete injective functions inside uniq (#12337) 2020-07-10 13:42:41 +03:00
RemoveInjectiveFunctionsVisitor.h Fix 99% of typos 2020-08-08 04:01:47 +03:00
RenameColumnVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RenameColumnVisitor.h Checkpoint 2020-04-22 09:01:33 +03:00
ReplaceQueryParameterVisitor.cpp Slightly better code 2020-09-19 18:13:51 +03:00
ReplaceQueryParameterVisitor.h fix query parameter visitor 2020-06-25 00:36:18 +03:00
RequiredSourceColumnsData.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RequiredSourceColumnsData.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
RequiredSourceColumnsVisitor.cpp Fix lambdas with multiple_joins_rewriter v2 (#11587) 2020-06-16 19:32:32 +03:00
RequiredSourceColumnsVisitor.h Fix lambdas with multiple_joins_rewriter v2 (#11587) 2020-06-16 19:32:32 +03:00
RewriteAnyFunctionVisitor.cpp Do not optimize any(arrayJoin()) -> arrayJoin() under optimize_move_functions_out_of_any 2020-08-13 22:17:49 +03:00
RewriteAnyFunctionVisitor.h Fix move_functions_out_of_any optimisation with lambda (#12664) 2020-07-23 18:15:22 +03:00
RowRefs.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
RowRefs.h fix left asof join with join_use_nulls (#13291) 2020-08-04 02:11:39 +03:00
SelectQueryOptions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Set.cpp Fix 99% of typos 2020-08-08 04:01:47 +03:00
Set.h Merge pull request #12700 from CurtizJ/fix-performance-with-in 2020-07-31 14:40:38 +03:00
SetVariants.cpp Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
SetVariants.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
sortBlock.cpp Remove OpenCL 2020-09-19 17:20:00 +03:00
sortBlock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SortedBlocksWriter.cpp Generic volume is coming... 2020-07-26 21:27:36 +03:00
SortedBlocksWriter.h Fixed integration test_tmp_policy 2020-07-26 21:27:36 +03:00
StorageID.cpp remove "UUID" word for tables from logs 2020-08-27 14:46:19 +03:00
StorageID.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
SubqueryForSet.cpp Update mutations interpreter. 2020-09-15 20:13:13 +03:00
SubqueryForSet.h Update mutations interpreter. 2020-09-15 20:13:13 +03:00
SystemLog.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2020-09-10 03:13:08 +03:00
SystemLog.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TableJoin.cpp Fix build. 2020-09-08 14:06:36 +03:00
TableJoin.h Fix build. 2020-09-08 14:07:26 +03:00
TablesStatus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
TablesStatus.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TextLog.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
TextLog.h A follow-up for trace log overflow in perftests 2020-05-21 23:40:23 +03:00
ThreadStatusExt.cpp Use std::chrono instead of clock_gettime 2020-09-15 09:37:32 -07:00
TraceLog.cpp straighten the protocol version 2020-09-17 17:37:29 +03:00
TraceLog.h Fix build 2020-07-31 16:22:49 +03:00
TranslateQualifiedNamesVisitor.cpp explict column list in columns matcher (#14775) 2020-09-16 15:44:05 +03:00
TranslateQualifiedNamesVisitor.h refactoring: remove TableWithColumnNames 2020-06-06 00:17:00 +03:00
TreeOptimizer.cpp make clang tidy happy 2020-08-21 01:05:06 +03:00
TreeOptimizer.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
TreeRewriter.cpp Fix 99% of typos 2020-08-08 04:01:47 +03:00
TreeRewriter.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
ya.make Move code to .cpp 2020-09-19 17:55:08 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00