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

Method Put

cpp/src/parquet/encoder.cc:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 inline void PutByteArray(const void* ptr, int32_t length);
516
517 void Put(const T* src, int num_values) override {
518 for (int32_t i = 0; i < num_values; i++) {
519 Put(SafeLoad(src + i));
520 }
521 }
522
523 void PutSpaced(const T* src, int num_values, const uint8_t* valid_bits,
524 int64_t valid_bits_offset) override {

Callers

nothing calls this directly

Calls 1

SafeLoadFunction · 0.85

Tested by

no test coverage detected