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

Method UnsafeAppendNextOffset

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

Source from the content-addressed store, hash-verified

399 }
400
401 void UnsafeAppendNextOffset() {
402 const int64_t num_bytes = value_data_builder_.length();
403 offsets_builder_.UnsafeAppend(static_cast<offset_type>(num_bytes));
404 }
405};
406
407/// \class BinaryBuilder

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
UnsafeAppendMethod · 0.45

Tested by

no test coverage detected