-
- Downloads
[DF] Use RJittedCustomColumn when jitting custom columns
In line with what it's done for jitted filters, now the jitting of custom columns creates the RCustomColumn and assigns it as the fConcreteCustomColumn of the corresponding RJittedCustomColumn that was previously booked. This avoids having the situation in which a certain custom column has been "booked" but is not yet present in the map of custom columns. It will also help with the "local custom columns" that are coming with ROOT-9465.
Showing
- tree/dataframe/inc/LinkDef.h 1 addition, 0 deletionstree/dataframe/inc/LinkDef.h
- tree/dataframe/inc/ROOT/RDFInterfaceUtils.hxx 3 additions, 2 deletionstree/dataframe/inc/ROOT/RDFInterfaceUtils.hxx
- tree/dataframe/inc/ROOT/RDFNodes.hxx 5 additions, 4 deletionstree/dataframe/inc/ROOT/RDFNodes.hxx
- tree/dataframe/src/RDFInterfaceUtils.cxx 5 additions, 1 deletiontree/dataframe/src/RDFInterfaceUtils.cxx
- tree/dataframe/src/RDFNodes.cxx 8 additions, 2 deletionstree/dataframe/src/RDFNodes.cxx
Loading
Please register or sign in to comment