_AccumulatedData.

accumulate_data

accumulate_data( from_result: ExecutionResult ) -> None

Accumulate data from the ExecutionResult.

If the result is one-dimensional, the data is a single array, so this adds the elements of that array into 'data'. If it's two-dimensional, the data is an array of arrays, so this adds as many arrays as there are table rows.

Parameters

nametypedescription
from_resultExecutionResultThe result whose data will be extended into the current instance's data.

Returns

No docs