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

Function num_bytes_total_blocks

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

Source from the content-addressed store, hash-verified

200 }
201
202 static int64_t num_bytes_total_blocks(int num_block_bytes, int log_blocks) {
203 return (static_cast<int64_t>(num_block_bytes) << log_blocks) + padding_;
204 }
205
206 inline int64_t num_groups_for_resize() const;
207

Callers 2

grow_doubleMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected