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

Method AppendNextOffset

cpp/src/arrow/array/builder_binary.h:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 TypedBufferBuilder<uint8_t> value_data_builder_;
395
396 Status AppendNextOffset() {
397 const int64_t num_bytes = value_data_builder_.length();
398 return offsets_builder_.Append(static_cast<offset_type>(num_bytes));
399 }
400
401 void UnsafeAppendNextOffset() {
402 const int64_t num_bytes = value_data_builder_.length();

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected