Florine de Geus

Results 16 issues of Florine de Geus

- [x] tested changes locally - [x] updated the docs (if necessary)

in:RNTuple

The addition of this function is in anticipation for horizontal joining of RNTuples, which will be handled in the context of the `RNTupleProcessor` that is currently under development (see also...

in:RNTuple

This PR provides the first steps to the `RNTupleProcessor`, which is envisioned as an interface for reading vertically and horizontally composed RNTuples (i.e., chains and friends), and combinations thereof. The...

in:RNTuple

This PR adds (a first version of) the `RNTupleIndex`, which is an in-memory structure that maps RNTuple field values (or combinations thereof) to an entry index in the RNTuple for...

in:RNTuple

### Check duplicate issues. - [X] Checked for duplicates ### Description Calling `GetNFiles()` on the object returned by `Define` gives an incorrect value. The underlying issue is the fact that...

bug
in:RDataFrame

Add the physical column ID to the error message shown when a different compression setting than expected is encountered. This should help in locating potential bugs/mistakes.

in:RNTuple

This PR fixes #15617, where the number of files is incorrectly returned by `RInterfaceBase`/`RDFDescription` for RDF's constructed from an `RDataSource`. It involves the addition of `GetNFiles` to the public interface...

bug
in:RDataFrame

With this change, fields are only added to the `REntry` and read when they are referenced in the processor loop. This prevents unecessary reads of unused fields. It also makes...

in:RNTuple

This PR adds support for `(unsigned) long long` fields, and in addition points `(U)Long64_t`-type fields here, instead of to `std::(u)int64_t`. Still left TODO is properly check the width of this...

in:RNTuple