Modifiers passed to CreateModel()
Definition at line 790 of file RNTupleDescriptor.hxx.
Public Member Functions | |
| RCreateModelOptions () | |
| bool | GetCreateBare () const |
| bool | GetEmulateUnknownTypes () const |
| bool | GetForwardCompatible () const |
| bool | GetReconstructProjections () const |
| void | SetCreateBare (bool v) |
| void | SetEmulateUnknownTypes (bool v) |
| void | SetForwardCompatible (bool v) |
| void | SetReconstructProjections (bool v) |
Private Attributes | |
| bool | fCreateBare = false |
| If true, the model will be created without a default entry (bare model). | |
| bool | fEmulateUnknownTypes = false |
| If true, fields with a user defined type that have no available dictionaries will be reconstructed as record fields from the on-disk information; otherwise, they will cause an error. | |
| bool | fForwardCompatible = false |
| By default, creating a model will fail if any of the reconstructed fields contains an unknown column type or an unknown field structural role. | |
| bool | fReconstructProjections = false |
| If set to true, projected fields will be reconstructed as such. | |
#include <ROOT/RNTupleDescriptor.hxx>
|
inline |
Definition at line 807 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 816 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 819 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 813 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 810 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 815 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 818 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 812 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 809 of file RNTupleDescriptor.hxx.
If true, the model will be created without a default entry (bare model).
Definition at line 801 of file RNTupleDescriptor.hxx.
If true, fields with a user defined type that have no available dictionaries will be reconstructed as record fields from the on-disk information; otherwise, they will cause an error.
Definition at line 804 of file RNTupleDescriptor.hxx.
By default, creating a model will fail if any of the reconstructed fields contains an unknown column type or an unknown field structural role.
If this option is enabled, the model will be created and all fields containing unknown data (directly or indirectly) will be skipped instead.
Definition at line 799 of file RNTupleDescriptor.hxx.
If set to true, projected fields will be reconstructed as such.
This will prevent the model to be used with an RNTupleReader, but it is useful, e.g., to accurately merge data.
Definition at line 794 of file RNTupleDescriptor.hxx.