.. |
MySQL
|
ISSUES-14114 fix create parse failure when mysql nullable primary key
|
2020-09-02 13:05:09 +08:00 |
tests
|
Replace unit test to functional test
|
2020-09-26 09:50:34 +03:00 |
ASTAlterQuery.cpp
|
Alter remove column properties and TTLs (#14742)
|
2020-09-20 16:27:33 +03:00 |
ASTAlterQuery.h
|
Alter remove column properties and TTLs (#14742)
|
2020-09-20 16:27:33 +03:00 |
ASTAssignment.h
|
|
|
ASTAsterisk.cpp
|
Introduce columns transformers.
|
2020-09-02 15:36:34 +08:00 |
ASTAsterisk.h
|
Remove multiple_joins_rewriter v1 (#15472)
|
2020-09-30 23:11:49 +03:00 |
ASTCheckQuery.h
|
|
|
ASTColumnDeclaration.cpp
|
|
|
ASTColumnDeclaration.h
|
|
|
ASTColumnsMatcher.cpp
|
Fix multiple column transformers.
|
2020-09-28 17:53:39 +08:00 |
ASTColumnsMatcher.h
|
explict column list in columns matcher (#14775)
|
2020-09-16 15:44:05 +03:00 |
ASTColumnsTransformers.cpp
|
Fix missing clone in replace column transformer
|
2020-09-11 15:50:25 +08:00 |
ASTColumnsTransformers.h
|
Update ASTColumnsTransformers.h
|
2020-09-25 14:58:04 +03:00 |
ASTConstraintDeclaration.cpp
|
|
|
ASTConstraintDeclaration.h
|
|
|
ASTCreateQuery.cpp
|
Fix create table as table function with engine
|
2020-08-21 16:11:49 +08:00 |
ASTCreateQuery.h
|
wip
|
2020-08-05 05:21:33 +03:00 |
ASTCreateQuotaQuery.cpp
|
|
|
ASTCreateQuotaQuery.h
|
Fixed documentation blocks: added the missed types of interval (week, month, quarter, year) to CREATE/ALTER QUOTA statements.
|
2020-08-08 01:19:48 -07:00 |
ASTCreateRoleQuery.cpp
|
|
|
ASTCreateRoleQuery.h
|
|
|
ASTCreateRowPolicyQuery.cpp
|
|
|
ASTCreateRowPolicyQuery.h
|
|
|
ASTCreateSettingsProfileQuery.cpp
|
|
|
ASTCreateSettingsProfileQuery.h
|
|
|
ASTCreateUserQuery.cpp
|
|
|
ASTCreateUserQuery.h
|
|
|
ASTDictionary.cpp
|
wip
|
2020-08-05 05:21:33 +03:00 |
ASTDictionary.h
|
wip
|
2020-08-05 05:21:33 +03:00 |
ASTDictionaryAttributeDeclaration.cpp
|
|
|
ASTDictionaryAttributeDeclaration.h
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
ASTDropAccessEntityQuery.cpp
|
|
|
ASTDropAccessEntityQuery.h
|
|
|
ASTDropQuery.cpp
|
|
|
ASTDropQuery.h
|
|
|
ASTExplainQuery.h
|
|
|
ASTExpressionList.cpp
|
Fix some trailing whitespaces in query format
|
2020-09-09 01:36:21 +03:00 |
ASTExpressionList.h
|
|
|
ASTExternalDDLQuery.h
|
ISSUES-4006 try resolve review comment
|
2020-08-06 12:03:27 +08:00 |
ASTFunction.cpp
|
Merge pull request #14611 from amosbird/bf2
|
2020-09-09 21:20:33 +03:00 |
ASTFunction.h
|
Treat query as function argument.
|
2020-09-09 15:41:38 +08:00 |
ASTFunctionWithKeyValueArguments.cpp
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTFunctionWithKeyValueArguments.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
ASTGrantQuery.cpp
|
Fix GRANT ALL statement when executed on a non-global level.
|
2020-08-22 01:59:52 +03:00 |
ASTGrantQuery.h
|
Fix GRANT ALL statement when executed on a non-global level.
|
2020-08-22 01:59:52 +03:00 |
ASTIdentifier.cpp
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTIdentifier.h
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTIndexDeclaration.cpp
|
|
|
ASTIndexDeclaration.h
|
|
|
ASTInsertQuery.cpp
|
|
|
ASTInsertQuery.h
|
|
|
ASTKillQueryQuery.cpp
|
|
|
ASTKillQueryQuery.h
|
|
|
ASTLiteral.cpp
|
|
|
ASTLiteral.h
|
|
|
ASTNameTypePair.cpp
|
|
|
ASTNameTypePair.h
|
|
|
ASTOptimizeQuery.cpp
|
|
|
ASTOptimizeQuery.h
|
|
|
ASTOrderByElement.cpp
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTOrderByElement.h
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTPartition.cpp
|
|
|
ASTPartition.h
|
|
|
ASTQualifiedAsterisk.cpp
|
Introduce columns transformers.
|
2020-09-02 15:36:34 +08:00 |
ASTQualifiedAsterisk.h
|
Remove multiple_joins_rewriter v1 (#15472)
|
2020-09-30 23:11:49 +03:00 |
ASTQueryParameter.cpp
|
|
|
ASTQueryParameter.h
|
|
|
ASTQueryWithOnCluster.cpp
|
|
|
ASTQueryWithOnCluster.h
|
|
|
ASTQueryWithOutput.cpp
|
|
|
ASTQueryWithOutput.h
|
|
|
ASTQueryWithTableAndOutput.cpp
|
|
|
ASTQueryWithTableAndOutput.h
|
|
|
ASTRenameQuery.h
|
implement reneme dictionary query
|
2020-07-17 00:41:26 +03:00 |
ASTRolesOrUsersSet.cpp
|
|
|
ASTRolesOrUsersSet.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
ASTRowPolicyName.cpp
|
|
|
ASTRowPolicyName.h
|
|
|
ASTSampleRatio.cpp
|
|
|
ASTSampleRatio.h
|
|
|
ASTSelectQuery.cpp
|
Fix some trailing whitespaces in query format
|
2020-09-09 01:36:21 +03:00 |
ASTSelectQuery.h
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTSelectWithUnionQuery.cpp
|
|
|
ASTSelectWithUnionQuery.h
|
|
|
ASTSetQuery.cpp
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTSetQuery.h
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTSetRoleQuery.cpp
|
|
|
ASTSetRoleQuery.h
|
|
|
ASTSettingsProfileElement.cpp
|
Support compound identifiers for custom settings.
|
2020-08-09 02:46:46 +03:00 |
ASTSettingsProfileElement.h
|
|
|
ASTShowAccessEntitiesQuery.cpp
|
|
|
ASTShowAccessEntitiesQuery.h
|
|
|
ASTShowAccessQuery.h
|
|
|
ASTShowCreateAccessEntityQuery.cpp
|
|
|
ASTShowCreateAccessEntityQuery.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
ASTShowGrantsQuery.cpp
|
|
|
ASTShowGrantsQuery.h
|
|
|
ASTShowPrivilegesQuery.cpp
|
|
|
ASTShowPrivilegesQuery.h
|
|
|
ASTShowProcesslistQuery.h
|
|
|
ASTShowTablesQuery.cpp
|
fix style error
|
2020-09-10 11:03:35 +08:00 |
ASTShowTablesQuery.h
|
support ILIKE, and separate like,limit function.
|
2020-09-09 11:24:47 +08:00 |
ASTSubquery.cpp
|
|
|
ASTSubquery.h
|
|
|
ASTSystemQuery.cpp
|
Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)"
|
2020-08-21 18:44:29 +03:00 |
ASTSystemQuery.h
|
Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)"
|
2020-08-21 18:44:29 +03:00 |
ASTTablesInSelectQuery.cpp
|
Fix some trailing whitespaces in query format
|
2020-09-09 01:36:21 +03:00 |
ASTTablesInSelectQuery.h
|
fix scalar subquery hash conflicts
|
2020-08-20 21:19:10 +08:00 |
ASTTTLElement.cpp
|
Add recompression TTL parser
|
2020-08-31 14:35:53 +03:00 |
ASTTTLElement.h
|
Add recompression TTL parser
|
2020-08-31 14:35:53 +03:00 |
ASTUseQuery.h
|
|
|
ASTUserNameWithHost.cpp
|
|
|
ASTUserNameWithHost.h
|
|
|
ASTWatchQuery.h
|
|
|
ASTWithAlias.cpp
|
|
|
ASTWithAlias.h
|
|
|
ASTWithElement.cpp
|
Fix ASTWithElement clone.
|
2020-09-22 19:05:23 +08:00 |
ASTWithElement.h
|
CTE
|
2020-09-13 09:39:17 +08:00 |
CMakeLists.txt
|
ISSUES-4006 support parse MySQL create query
|
2020-08-04 10:26:23 +08:00 |
CommonParsers.cpp
|
|
|
CommonParsers.h
|
|
|
DumpASTNode.h
|
|
|
ExpressionElementParsers.cpp
|
explict column list in columns matcher (#14775)
|
2020-09-16 15:44:05 +03:00 |
ExpressionElementParsers.h
|
Introduce columns transformers.
|
2020-09-02 15:36:34 +08:00 |
ExpressionListParsers.cpp
|
wip
|
2020-08-05 05:21:33 +03:00 |
ExpressionListParsers.h
|
|
|
formatAST.cpp
|
|
|
formatAST.h
|
|
|
formatSettingName.cpp
|
Fix build
|
2020-09-18 01:45:12 +03:00 |
formatSettingName.h
|
Fix build
|
2020-09-18 01:45:12 +03:00 |
IAST_fwd.h
|
|
|
IAST.cpp
|
|
|
IAST.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
IdentifierQuotingStyle.h
|
|
|
iostream_debug_helpers.cpp
|
|
|
iostream_debug_helpers.h
|
|
|
IParser.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
IParserBase.cpp
|
|
|
IParserBase.h
|
|
|
Lexer.cpp
|
Support for nested multiline comments
|
2020-09-09 20:51:05 +03:00 |
Lexer.h
|
|
|
makeASTForLogicalFunction.cpp
|
|
|
makeASTForLogicalFunction.h
|
|
|
obfuscateQueries.cpp
|
Fix PVS warning
|
2020-09-26 07:03:55 +03:00 |
obfuscateQueries.h
|
Fix comment
|
2020-09-26 03:50:56 +03:00 |
parseDatabaseAndTableName.cpp
|
|
|
parseDatabaseAndTableName.h
|
|
|
parseIdentifierOrStringLiteral.cpp
|
|
|
parseIdentifierOrStringLiteral.h
|
|
|
parseIntervalKind.cpp
|
|
|
parseIntervalKind.h
|
|
|
parseQuery.cpp
|
Cleanup for #12999. NFC.
|
2020-07-31 17:53:41 +03:00 |
parseQuery.h
|
|
|
ParserAlterQuery.cpp
|
Alter remove column properties and TTLs (#14742)
|
2020-09-20 16:27:33 +03:00 |
ParserAlterQuery.h
|
|
|
ParserCase.cpp
|
|
|
ParserCase.h
|
|
|
ParserCheckQuery.cpp
|
|
|
ParserCheckQuery.h
|
|
|
ParserCreateQuery.cpp
|
Fix create table as table function with engine
|
2020-08-21 16:11:49 +08:00 |
ParserCreateQuery.h
|
Alter remove column properties and TTLs (#14742)
|
2020-09-20 16:27:33 +03:00 |
ParserCreateQuotaQuery.cpp
|
|
|
ParserCreateQuotaQuery.h
|
Fixed documentation blocks: added the missed types of interval (week, month, quarter, year) to CREATE/ALTER QUOTA statements.
|
2020-08-08 01:19:48 -07:00 |
ParserCreateRoleQuery.cpp
|
|
|
ParserCreateRoleQuery.h
|
|
|
ParserCreateRowPolicyQuery.cpp
|
|
|
ParserCreateRowPolicyQuery.h
|
|
|
ParserCreateSettingsProfileQuery.cpp
|
|
|
ParserCreateSettingsProfileQuery.h
|
|
|
ParserCreateUserQuery.cpp
|
|
|
ParserCreateUserQuery.h
|
|
|
ParserDataType.cpp
|
|
|
ParserDataType.h
|
|
|
ParserDescribeTableQuery.cpp
|
|
|
ParserDescribeTableQuery.h
|
|
|
ParserDictionary.cpp
|
wip
|
2020-08-05 05:21:33 +03:00 |
ParserDictionary.h
|
|
|
ParserDictionaryAttributeDeclaration.cpp
|
|
|
ParserDictionaryAttributeDeclaration.h
|
|
|
ParserDropAccessEntityQuery.cpp
|
|
|
ParserDropAccessEntityQuery.h
|
|
|
ParserDropQuery.cpp
|
add alias
|
2020-09-29 17:12:40 +03:00 |
ParserDropQuery.h
|
|
|
ParserExplainQuery.cpp
|
|
|
ParserExplainQuery.h
|
|
|
ParserExternalDDLQuery.cpp
|
ISSUES-4006 add some check & add comment
|
2020-08-04 10:31:27 +08:00 |
ParserExternalDDLQuery.h
|
ISSUES-4006 refactor for external ddl
|
2020-08-04 10:31:26 +08:00 |
ParserGrantQuery.cpp
|
Fix GRANT ALL statement when executed on a non-global level.
|
2020-08-22 01:59:52 +03:00 |
ParserGrantQuery.h
|
|
|
ParserInsertQuery.cpp
|
column transformers in insert select
|
2020-09-13 10:21:13 +08:00 |
ParserInsertQuery.h
|
column transformers in insert select
|
2020-09-13 10:21:13 +08:00 |
ParserKillQueryQuery.cpp
|
|
|
ParserKillQueryQuery.h
|
|
|
ParserOptimizeQuery.cpp
|
|
|
ParserOptimizeQuery.h
|
|
|
ParserPartition.cpp
|
|
|
ParserPartition.h
|
|
|
ParserQuery.cpp
|
ISSUES-4006 refactor for external ddl
|
2020-08-04 10:31:26 +08:00 |
ParserQuery.h
|
|
|
ParserQueryWithOutput.cpp
|
Merge pull request #12480 from azat/fix-SETTINGS-parse-after-FORMAT
|
2020-07-17 14:11:24 +03:00 |
ParserQueryWithOutput.h
|
|
|
ParserRenameQuery.cpp
|
implement reneme dictionary query
|
2020-07-17 00:41:26 +03:00 |
ParserRenameQuery.h
|
|
|
ParserRolesOrUsersSet.cpp
|
|
|
ParserRolesOrUsersSet.h
|
|
|
ParserRowPolicyName.cpp
|
|
|
ParserRowPolicyName.h
|
|
|
ParserSampleRatio.cpp
|
|
|
ParserSampleRatio.h
|
|
|
ParserSelectQuery.cpp
|
CTE
|
2020-09-13 09:39:17 +08:00 |
ParserSelectQuery.h
|
|
|
ParserSelectWithUnionQuery.cpp
|
|
|
ParserSelectWithUnionQuery.h
|
|
|
ParserSetQuery.cpp
|
Merge pull request #10851 from zhang2014/feature/materialize_mysql_database
|
2020-08-12 15:59:28 +03:00 |
ParserSetQuery.h
|
|
|
ParserSetRoleQuery.cpp
|
|
|
ParserSetRoleQuery.h
|
|
|
ParserSettingsProfileElement.cpp
|
Support compound identifiers for custom settings.
|
2020-08-09 02:46:46 +03:00 |
ParserSettingsProfileElement.h
|
|
|
ParserShowAccessEntitiesQuery.cpp
|
|
|
ParserShowAccessEntitiesQuery.h
|
|
|
ParserShowAccessQuery.h
|
|
|
ParserShowCreateAccessEntityQuery.cpp
|
|
|
ParserShowCreateAccessEntityQuery.h
|
|
|
ParserShowGrantsQuery.cpp
|
|
|
ParserShowGrantsQuery.h
|
|
|
ParserShowPrivilegesQuery.cpp
|
|
|
ParserShowPrivilegesQuery.h
|
|
|
ParserShowProcesslistQuery.h
|
|
|
ParserShowTablesQuery.cpp
|
Add new feature: SHOW DATABASES LIKE
|
2020-09-07 10:54:59 +08:00 |
ParserShowTablesQuery.h
|
|
|
ParserSystemQuery.cpp
|
Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)"
|
2020-08-21 18:44:29 +03:00 |
ParserSystemQuery.h
|
|
|
ParserTablePropertiesQuery.cpp
|
|
|
ParserTablePropertiesQuery.h
|
|
|
ParserTablesInSelectQuery.cpp
|
Standard join type syntax position (#12520)
|
2020-07-16 11:56:45 +03:00 |
ParserTablesInSelectQuery.h
|
Standard join type syntax position (#12520)
|
2020-07-16 11:56:45 +03:00 |
ParserUnionQueryElement.cpp
|
|
|
ParserUnionQueryElement.h
|
|
|
ParserUseQuery.cpp
|
|
|
ParserUseQuery.h
|
|
|
ParserUserNameWithHost.cpp
|
|
|
ParserUserNameWithHost.h
|
|
|
ParserWatchQuery.cpp
|
|
|
ParserWatchQuery.h
|
|
|
ParserWithElement.cpp
|
CTE
|
2020-09-13 09:39:17 +08:00 |
ParserWithElement.h
|
CTE
|
2020-09-13 09:39:17 +08:00 |
parseUserName.cpp
|
|
|
parseUserName.h
|
|
|
queryToString.cpp
|
|
|
queryToString.h
|
|
|
QueryWithOutputSettingsPushDownVisitor.cpp
|
Fix SETTINGS parsing after FORMAT for SELECT queries
|
2020-07-17 00:28:52 +03:00 |
QueryWithOutputSettingsPushDownVisitor.h
|
Make SettingsChanges a class.
|
2020-07-31 19:11:27 +03:00 |
StringRange.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
TablePropertiesQueriesASTs.h
|
|
|
TokenIterator.cpp
|
Revert "ISSUES-14231 add mysql identifier parser"
|
2020-08-31 13:48:20 +08:00 |
TokenIterator.h
|
|
|
ya.make
|
Fix "Arcadia"
|
2020-09-26 04:10:26 +03:00 |
ya.make.in
|
Fix "Arcadia"
|
2020-09-08 01:14:13 +03:00 |