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

Function mutable_block_data

cpp/src/arrow/compute/key_map_internal.h:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 uint8_t* mutable_block_data(uint32_t block_id, int num_block_bytes) {
137 return mutable_block_data(blocks_->mutable_data(), block_id, num_block_bytes);
138 }
139
140 static constexpr int kSlotsPerBlock = 8;
141

Callers 3

grow_doubleMethod · 0.85
initMethod · 0.85

Calls 1

mutable_dataMethod · 0.45

Tested by

no test coverage detected