We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hipo::bank
For example, given hipo::bank b with REC::Particle schema,
hipo::bank b
REC::Particle
b.getFloat("pid", row);
returns 0.0 and no error is printed. All getters should either attempt to typecast or throw an error upon failure.
0.0
The text was updated successfully, but these errors were encountered:
Sorry for opening so many issues here, I'll try to open pull requests next week, at least for the easy ones.
Sorry, something went wrong.
No branches or pull requests
For example, given
hipo::bank b
withREC::Particle
schema,b.getFloat("pid", row);
returns
0.0
and no error is printed. All getters should either attempt to typecast or throw an error upon failure.The text was updated successfully, but these errors were encountered: