_AccumulatedData.

accumulate_headers

accumulate_headers( from_result: ExecutionResult, from_dim: int ) -> None

Accumulate headers for a particular dimension of a result into the provided `data_headers` array at the index

matching the dimension index. This will mutate the `data_headers`.

Parameters

nametypedescription
from_resultExecutionResultThe result whose headers will be accumulated.
from_dimintThe dimension index.

Returns

No docs