We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d42eb commit 4785a7bCopy full SHA for 4785a7b
src/serialize_utils.cpp
@@ -43,7 +43,7 @@ namespace sparrow_ipc
43
44
int64_t calculate_body_size(const sparrow::record_batch& record_batch)
45
{
46
- return std::reduce(
+ return std::accumulate(
47
record_batch.columns().begin(),
48
record_batch.columns().end(),
49
int64_t{0},
0 commit comments