Computes the sum of col across all partitions without collecting the full
dataset. When partitions are native-encoded, this avoids decoding string
columns entirely.
Usage
stream_sum(x, col, na_rm = TRUE)
Value
A single numeric value giving the sum of the column across all partitions.