-
Notifications
You must be signed in to change notification settings - Fork 923
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
[FEA] Refactor stats_column_desc in cuio #7347
Labels
Comments
kaatish
added
feature request
New feature or request
Needs Triage
Need team to review and classify
labels
Feb 9, 2021
Merged
This issue has been labeled |
hyperbolic2346
pushed a commit
to hyperbolic2346/cudf
that referenced
this issue
Mar 25, 2021
Addresses rapidsai#7347 Authors: - Kumar Aatish (@kaatish) Approvers: - David (@davidwendt) - Devavret Makkar (@devavret) - Vukasin Milovanovic (@vuule) URL: rapidsai#7439
rapids-bot bot
pushed a commit
that referenced
this issue
Mar 25, 2021
This PR adds column_device_view members to EncChunk, DictionaryChunk and StripeDictionary structures which are used in the ORC writer. The idea is to replace members in these structures which replicate the same information. Usage of nvstrdesc_s has also been eliminated in the ORC writer. Fixes #7347, Addresses #5682, Addresses #7334 Authors: - Kumar Aatish (@kaatish) Approvers: - Vukasin Milovanovic (@vuule) - Devavret Makkar (@devavret) URL: #7676
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The stats_column_desc structure contains multiple members such as
valid_map_base
,column_offset
,column_data_base
etc. that can replaced bycolumn_device_view
.Doing so will require changing other functions accordingly such as
GatherColumnStatistics
,MergeColumnStatistics
used for stats calculation.The text was updated successfully, but these errors were encountered: