_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
name | type | description |
---|---|---|
from_result | ExecutionResult | The result whose headers will be accumulated. |
from_dim | int | The dimension index. |