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

Method Append

cpp/src/arrow/json/parser.cc:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 null_bitmap_builder_(context->pool()) {}
240
241 Status Append(int32_t index, int32_t value_length) {
242 RETURN_NOT_OK(data_builder_.Append(index));
243 values_length_ += value_length;
244 return null_bitmap_builder_.Append(true);
245 }
246
247 Status AppendNull() {
248 RETURN_NOT_OK(data_builder_.Append(0));

Callers 15

ReadMethod · 0.45
InsertMethod · 0.45
ScheduleConvertChunkMethod · 0.45
InsertMethod · 0.45
InsertMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestDecimalBasicFunction · 0.36
TestIntegerListMethod · 0.36
TestNullListMethod · 0.36
TestIntegerListListMethod · 0.36
TESTFunction · 0.36