Skip to content
Snippets Groups Projects
user avatar
Javier Lopez-Gomez authored
- Oftentimes, read callback registration depends on information that is
only available after the field is connected to a page source, e.g. the
on-disk C++ type version.
Therefore, this commit introduces `RFieldBase::RegisterReadCallbacks()`
that is called at the end of `ConnectPageSource()` to register post-read
callbacks as appropriate. The function can be overridden by derived classes.

- Update `RNTupleView` constructor: check if field has callbacks
after the `ConnectPageSource()` call.
55062f3f
History
Name Last commit Last update