MCPcopy Create free account
hub / github.com/apache/arrow / WriteZero

Method WriteZero

cpp/src/arrow/util/rle_encoding_internal.h:1155–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153 }
1154
1155 static void WriteZero(out_type* begin, out_type* end) {
1156 std::fill(begin, end, out_type{});
1157 }
1158
1159 static void WriteRange(out_type* out, const in_type* values, size_type length) {
1160 std::memcpy(out, values, length * sizeof(out_type));

Callers 2

RunGetSpacedFunction · 0.45
GetSpacedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected