Skip to content
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

[ntuple] Allow users to specify a per-field read callback function #11730

Closed
jalopezg-git opened this issue Nov 17, 2022 · 2 comments · Fixed by #11731
Closed

[ntuple] Allow users to specify a per-field read callback function #11730

jalopezg-git opened this issue Nov 17, 2022 · 2 comments · Fixed by #11731

Comments

@jalopezg-git
Copy link
Collaborator

As per a conversation with @jblomer on 16/11/2022 (and probably also related to #11628 (comment)), it would be useful to provide a way for users to set a per-field callback function to be invoked after reading a value object.

As an alternative to the (yet to be supported) manual schema evolution rules, this can be used as a simple way to inspect/modify the value object after reading.

Describe the solution you'd like

Something similar to RFieldBase::SetReadCallback(void (*)(RFieldValue&)) might be part of the RFieldBase public interface in order to allow users to set such callback.

@jalopezg-git
Copy link
Collaborator Author

This feature is related to issue #10019.

@github-actions
Copy link

Hi @jalopezg-r00t,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant