This documentation is for an older version of GoodData.
Go to the latest version of this article.
_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
name | type | description |
---|---|---|
from_result | ExecutionResult | The result whose data will be extended into the current instance's data. |