-
Notifications
You must be signed in to change notification settings - Fork 913
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
[REVIEW] fixed_point
Column Optimization (store scale
in data_type
) [skip ci]
#5861
[REVIEW] fixed_point
Column Optimization (store scale
in data_type
) [skip ci]
#5861
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
@codereport if you have no remaining TODOs please mark "ready to merge" when you are ready. |
I will push a final change tomorrow (not a TODO but a fix). Will be good to merge after that. |
rerun tests |
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.
Minor changes.
includes and spell check.
fixed_point
Column Optimization (store scale
in data_type
)fixed_point
Column Optimization (store scale
in data_type
) [skip ci]
Note, don't merge until the previous CI finishes running / passes. |
This address a part of #3556 and is the follow up to Initial
fixed_point
Column Support #5704The major steps to this PR are:
scale
intodata_type
andscale()
methodscale
fromdata_type
(set fromfixed_point::_scale
)ColumnLike
(test-fixed-point-iterator
) branch into this branchColumnLike
andfixed_point
fixed_point
type (i.e sort)fixed_point_column_wrapper
scale_type
to themake_numeric_column
factory functions (new ctor fordata_type
)column_device_view::element
methods forfixed_point
thrust::optional
todata_type::_scale
(removed)fixed_point_column_wrapper
working withdata_type::_scale