Only the int or float values will be summed. Label columns will be ignored
even if they have a numeric value.
Columns in $rowToSum that don't exist in $this are added to $this.
public sumRow ( |
||
$rowToSum | The row to sum to this row. | |
$enableCopyMetadata | boolean | Whether metadata should be copied or not. |
$aggregationOperations | array | boolean | for columns that should not be summed, determine which aggregation should be used (min, max). format: `array('column name' => 'function name')` |