result_convertor._OptimizedAccumulatedData

Implementation of _AbstractAccumulatedData that stores headers in _HeaderContainer objects, which is used when optimized data extraction is used.

This implementation is more memory efficient than _AccumulatedData.

Properties

None

Methods

NameDescription
accumulate_headers(from_result: ExecutionResult, from_dim: int)Accumulate headers for a particular dimension of a result into the provided `data_headers` array at the index matching the dimension index.
result()Returns the data with headers.