forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove velox prefix in proto files #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jun 9, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Jun 13, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Jun 16, 2022
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jun 21, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Jun 29, 2022
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jul 12, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Jul 26, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Aug 9, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Aug 17, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Aug 18, 2022
YantingTao1315
referenced
this pull request
in Intel-bigdata/velox
Aug 19, 2022
…tor#1500) Summary: Enhance printExprWithStats to identify common-sub expressions. For example, `c0 + c1` is a common sub-expression in `"(c0 + c1) % 5", " (c0 + c1) % 3"` expression set. It is evaluated only once and there is a single Expr object that represents it. That object appears in the expression tree twice. printExprWithStats does not show the runtime stats for second instance of that expression and instead annotates it with `[CSE https://github.com/facebookincubator/velox/issues/2]`, where CSE stands for common sub-expression and 2 refers to the first instance of the expression. ``` mod [cpu time: 50.49us, rows: 1024] -> BIGINT [#1] cast(plus as BIGINT) [cpu time: 68.15us, rows: 1024] -> BIGINT [#2] plus [cpu time: 51.84us, rows: 1024] -> INTEGER [#3] c0 [cpu time: 0ns, rows: 0] -> INTEGER [#4] c1 [cpu time: 0ns, rows: 0] -> INTEGER [#5] 5:BIGINT [cpu time: 0ns, rows: 0] -> BIGINT [#6] mod [cpu time: 49.29us, rows: 1024] -> BIGINT [#7] cast((plus(c0, c1)) as BIGINT) -> BIGINT [CSE #2] 3:BIGINT [cpu time: 0ns, rows: 0] -> BIGINT [#8] ``` Pull Request resolved: facebookincubator#1500 Reviewed By: Yuhta Differential Revision: D35994836 Pulled By: mbasmanova fbshipit-source-id: 6bacbbe61b68dad97ce2fd5f99610c4ad55897be
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Aug 24, 2022
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Sep 1, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Sep 16, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Sep 22, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Oct 20, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Oct 20, 2022
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Nov 7, 2022
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Nov 8, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Nov 18, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 12, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 13, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 14, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 14, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 15, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 15, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Dec 21, 2022
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Jan 3, 2023
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jan 11, 2023
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jan 11, 2023
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Jan 31, 2023
zhejiangxiaomai
pushed a commit
that referenced
this pull request
Feb 22, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Feb 27, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Mar 6, 2023
jinchengchenghh
pushed a commit
to jinchengchenghh/velox
that referenced
this pull request
Mar 15, 2023
jinchengchenghh
pushed a commit
to jinchengchenghh/velox
that referenced
this pull request
Mar 20, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Mar 27, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Mar 29, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Mar 29, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Apr 14, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Apr 17, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Apr 19, 2023
zhejiangxiaomai
referenced
this pull request
in zhejiangxiaomai/velox
Apr 20, 2023
jinchengchenghh
pushed a commit
to jinchengchenghh/velox
that referenced
this pull request
Jun 13, 2023
…e_vector_func rewrite sparksql unscaled_value to vector func
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To satisfy the needs of Meta's internal tests, the Substrait proto files were added with some Velox prefixes, which would cause compilation failure on other test environments. This PR removed them.