Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise SQL aggregate plan when constants or runtime constant functions are selected #1055

Merged
merged 14 commits into from
May 26, 2021

Conversation

patrickSpaceSurfer
Copy link
Contributor

No description provided.

@patrickSpaceSurfer patrickSpaceSurfer changed the title Sum fix test Optimise SQL aggregate plan when constants or runtime constant functions are selected May 24, 2021
@ideoma
Copy link
Collaborator

ideoma commented May 26, 2021

[PR Coverage check]

😍 pass : 83 / 93 (89.25%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/functions/catalogue/VersionFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/ProcCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/ClassCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/DescriptionCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/RangeCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedClassCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/IndexCatalogueFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/CurrentSchemaBooleanFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/InformationSchemaFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/CurrentDatabaseFunctionFactory.java 0 1 00.00%
🔵 io/questdb/griffin/engine/functions/catalogue/SessionUserFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/AttrDefCatalogueFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/TableMetadataCursorFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/CurrentSchemaFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/table/AllTablesFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/IsTableVisibleCatalogueFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedPgGetPartKeyDefFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedPgGetKeywordsFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/NamespaceCatalogueFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/FunctionParser.java 1 1 100.00%
🔵 io/questdb/griffin/FunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedPgGetSIExprFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/date/NowFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedNamespaceCatalogueFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/FunctionFactoryCache.java 4 4 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/AttributeCatalogueFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/PrefixedPgGetSITExprFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/SqlOptimiser.java 61 61 100.00%
🔵 io/questdb/griffin/engine/functions/metadata/BuildFunctionFactory.java 1 1 100.00%
🔵 io/questdb/griffin/engine/functions/catalogue/UserByIdCatalogueFunctionFactory.java 1 1 100.00%

@bluestreak01 bluestreak01 merged commit bf07988 into master May 26, 2021
@bluestreak01 bluestreak01 deleted the sum_fix_test branch May 26, 2021 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants