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

Function OffsetsForScalar

cpp/src/arrow/array/data.cc:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340namespace {
341
342BufferSpan OffsetsForScalar(uint8_t* scratch_space, int64_t offset_width) {
343 return {scratch_space, offset_width * 2};
344}
345
346std::pair<BufferSpan, BufferSpan> OffsetsAndSizesForScalar(uint8_t* scratch_space,
347 int64_t offset_width) {

Callers 1

FillFromScalarMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected