16#ifndef ROOT7_RNTupleFillStatus
17#define ROOT7_RNTupleFillStatus
25namespace Experimental {
26class RNTupleFillContext;
62namespace Experimental {
64using RNTupleFillStatus [[deprecated(
"ROOT::Experimental::RNTupleFillStatus moved to ROOT::RNTupleFillStatus")]] =
A context for filling entries (data) into clusters of an RNTuple.
A status object after filling an entry.
std::size_t GetUnzippedClusterSize() const
Return the number of bytes written into the current cluster.
ROOT::NTupleSize_t fNEntriesSinceLastFlush
Number of entries written into the current cluster.
ROOT::NTupleSize_t GetNEntries() const
Return the number of entries written into the current cluster.
std::size_t fUnzippedClusterSize
Number of bytes written into the current cluster.
std::size_t fLastEntrySize
Number of bytes written for the last entry.
bool ShouldFlushCluster() const
Return true if the caller should call FlushCluster.
std::size_t GetLastEntrySize() const
Return the number of bytes for the last entry.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
std::uint64_t NTupleSize_t
Integer type long enough to hold the maximum number of entries in a column.