ClickHouse/src/Analyzer
2024-02-29 14:22:07 +01:00
..
examples Ditch tons of garbage 2023-08-09 02:19:02 +02:00
Passes Revert "Analyzer: compute ALIAS columns right after reading" 2024-02-29 14:22:07 +01:00
tests
AggregationUtils.cpp
AggregationUtils.h
ArrayJoinNode.cpp
ArrayJoinNode.h
CMakeLists.txt
ColumnNode.cpp Fix unit tests 2023-06-05 12:22:32 +00:00
ColumnNode.h WIP on StorageMerge and distributed JOIN 2023-06-21 01:51:34 +02:00
ColumnTransformers.cpp
ColumnTransformers.h Some fixups 2024-01-07 22:28:08 +00:00
ConstantNode.cpp Analyzer: Add cast for ConstantNode from constant folding 2024-01-23 14:29:26 +00:00
ConstantNode.h Clean up 2024-02-20 19:00:15 +00:00
ConstantValue.h
createUniqueTableAliases.cpp Another try. 2023-12-16 15:41:02 +00:00
createUniqueTableAliases.h Fix crash 2023-09-01 17:33:09 +00:00
FunctionNode.cpp Use different names for nothing function with different result types 2024-01-24 09:55:09 +00:00
FunctionNode.h Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
HashUtils.h Adapt changes around SipHash 2023-07-19 10:01:58 -07:00
Identifier.h
IdentifierNode.cpp Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
IdentifierNode.h
InDepthQueryTreeVisitor.h Updated implementation 2023-11-14 21:26:16 +03:00
InterpolateNode.cpp
InterpolateNode.h
IQueryTreeNode.cpp Clone original ast durin cloning query tree node 2023-11-28 11:54:18 +00:00
IQueryTreeNode.h Fix additional filters. 2023-12-15 13:00:10 +00:00
IQueryTreePass.h Analyzer: support aliases in StorageMerge 2023-06-12 17:06:52 +00:00
JoinNode.cpp
JoinNode.h
LambdaNode.cpp Fix LambdaNode::cloneImpl 2023-06-01 14:34:30 +00:00
LambdaNode.h Fix LambdaNode::cloneImpl 2023-06-01 14:34:30 +00:00
ListNode.cpp
ListNode.h
MatcherNode.cpp Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
MatcherNode.h Some fixups 2024-01-07 22:28:08 +00:00
QueryNode.cpp Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
QueryNode.h Revert "Replace ORDER BY ALL by ORDER BY *" 2024-02-21 19:05:20 +01:00
QueryTreeBuilder.cpp Fixes and improvements for Variant type 2024-02-20 18:58:06 +00:00
QueryTreeBuilder.h
QueryTreePassManager.cpp Update comment 2024-02-26 14:17:05 +00:00
QueryTreePassManager.h Analyzer: Resolve GROUPING function on shards 2024-01-15 16:02:37 +00:00
SetUtils.cpp style convertFieldToTypeStrict 2023-08-04 09:45:13 +00:00
SetUtils.h Cleanup. 2023-06-22 14:23:04 +00:00
SortNode.cpp Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
SortNode.h
TableExpressionModifiers.cpp
TableExpressionModifiers.h
TableFunctionNode.cpp Fix implementation in new analyzer 2024-02-15 17:16:27 +01:00
TableFunctionNode.h Fix implementation in new analyzer 2024-02-15 17:16:27 +01:00
TableNode.cpp Add comments 2023-06-05 11:02:23 +00:00
TableNode.h
UnionNode.cpp Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
UnionNode.h Analyzer remove unused projection columns 2023-11-14 21:25:50 +03:00
Utils.cpp Make it work 2024-02-26 02:31:58 +08:00
Utils.h Make it work 2024-02-26 02:31:58 +08:00
ValidationUtils.cpp
ValidationUtils.h
WindowFunctionsUtils.cpp
WindowFunctionsUtils.h
WindowNode.cpp
WindowNode.h