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

Method WriteZero

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

Source from the content-addressed store, hash-verified

1174 }
1175
1176 static void WriteZero(out_type* begin, out_type* end) {
1177 std::fill(begin, end, out_type{});
1178 }
1179
1180 static void WriteRange(out_type* out, const in_type* values, size_type length) {
1181 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