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

Method store

cpp/src/arrow/util/bitmap_writer.h:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279 template <typename DType>
280 void store(uint8_t* bitmap, DType data) {
281 assert(bitmap + sizeof(DType) <= bitmap_end_);
282 util::SafeStore(bitmap, bit_util::FromLittleEndian(data));
283 }
284};
285
286} // namespace internal

Callers 15

~GlobalStateMethod · 0.80
chunk_resolver.hFile · 0.80
chunk_resolver.ccFile · 0.80
ReadAtMethod · 0.80
SeekMethod · 0.80
InitMethod · 0.80
TESTFunction · 0.80
InitMethod · 0.80
ReleasePartitionLockMethod · 0.80
HashJoinNodeMethod · 0.80
EnsureInitializedMethod · 0.80
InitMethod · 0.80

Calls 1

FromLittleEndianFunction · 0.70

Tested by 12

TESTFunction · 0.64
TESTFunction · 0.64
operator()Method · 0.64
operator()Method · 0.64
TESTFunction · 0.64
StressTaskGroupLifetimeFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
HandleSignalMethod · 0.64
TEST_FFunction · 0.64
HandleSignalMethod · 0.64