result_convertor._OptimizedAccumulatedData
Implementation of _AbstractAccumulatedData that stores headers in _HeaderContainer objects,
which is used when optimized data extraction is used. This implementation is more memory efficient than _AccumulatedData.
Properties
NoneMethods
Name | Description |
---|---|
accumulate_data (from_result: ExecutionResult) | Accumulate data from the ExecutionResult. |
accumulate_grand_totals (from_result: ExecutionResult, paging_dim: int, response: BareExecutionResponse) | Accumulate grand totals from the results. |
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 |
extend_existing_row_data (from_result: ExecutionResult) | Extend the existing row data with the data from the ExecutionResult. |
result () | Returns the data with headers. |