-
Notifications
You must be signed in to change notification settings - Fork 90
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
Get rid of get_
prefixes
#154
Comments
Can you please assign me the issue ? I'm interested! |
@vighnesh-kadam Sure. Thanks for helping out! |
I tried searching for the API "static_map::get_size()" and also searched similar using regex but could not find them . All i found were of the type "state.get_int64("NumInputs");" |
@vighnesh-kadam One way you can do it is to go to the
Basically, we want to remove all |
Close as the issue is no longer relevant. |
We should rename APIs like
static_map::get_size()
tostatic_map::size()
to align with the common naming practice in libcudf. Theget_
prefix is unnecessary.The text was updated successfully, but these errors were encountered: