result_convertor._AccumulatedData

Implementation of _AbstractAccumulatedData that uses list of dicts as storage, which is used when non-optimized data extraction is used.

This implementation may lead to uncontrolled memory usage for large results.

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.