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

Method UnsafeAppendEmptyValue

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

Source from the content-addressed store, hash-verified

177 }
178
179 void UnsafeAppendEmptyValue() {
180 const int64_t num_bytes = value_data_builder_.length();
181 offsets_builder_.UnsafeAppend(static_cast<offset_type>(num_bytes));
182 UnsafeAppendToBitmap(true);
183 }
184
185 /// \brief Append a sequence of strings in one shot.
186 ///

Callers 2

JoinStringsMethod · 0.80
ExecMethod · 0.80

Calls 3

UnsafeAppendToBitmapFunction · 0.85
lengthMethod · 0.45
UnsafeAppendMethod · 0.45

Tested by

no test coverage detected