-
Notifications
You must be signed in to change notification settings - Fork 326
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
Convert in-memory Column.round to Java #7521
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ee11df1
wip
GregoryTravis 134f399
Merge branch 'develop' into wip/gmt/7401-col-round
GregoryTravis 0740b4d
some pass
GregoryTravis 61ad15e
more tests pass
GregoryTravis 8bc823a
throwing
GregoryTravis c7f3248
tests passing
GregoryTravis fed0636
cleanup
GregoryTravis 09a6563
fix cos test
GregoryTravis 66050d4
mixed col works
GregoryTravis f17b547
bench ints too
GregoryTravis 10bb7d1
removed expected_result_type=target_value_type
GregoryTravis 04ba266
instanceof syntax
GregoryTravis 99d7607
ungeneralize
GregoryTravis f502c99
specialize to returning long, no conversion
GregoryTravis 460fd7b
docs
GregoryTravis bb65f40
all bench
GregoryTravis fd8578b
bench different params
GregoryTravis ca1f0cf
removed old impl
GregoryTravis 0d5b378
java fmt
GregoryTravis 036c485
bench params
GregoryTravis 63f85fe
Merge branch 'develop' into wip/gmt/7400-col-round
GregoryTravis d3a2bbc
review
GregoryTravis b56359e
fix typo
GregoryTravis c27e6cb
return type test
GregoryTravis 54052c7
more rounding tests
GregoryTravis 63f2982
use DoubleBuilder
GregoryTravis dce3080
move fast return into java
GregoryTravis 4ae155d
cleanup
GregoryTravis c6be7fe
value_type tests
GregoryTravis 5c7980e
1M
GregoryTravis 81fd1f8
Merge branch 'develop' into wip/gmt/7400-col-round
GregoryTravis c39c83f
merge
GregoryTravis e78ee79
Merge branch 'develop' into wip/gmt/7400-col-round
GregoryTravis d413b11
unnecessary null checks
GregoryTravis 641e903
standalone RS
GregoryTravis b895d77
runnable from COS, after moving shared
GregoryTravis c328a26
from Number as well
GregoryTravis 0b05c8a
remove old
GregoryTravis e05c0ac
type_error tests
GregoryTravis d59f273
unused
GregoryTravis 460eeb4
cleanup
GregoryTravis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this import used?