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

Method value_builder

cpp/src/arrow/array/builder_nested.h:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 ArrayBuilder* value_builder() const { return value_builder_.get(); }
218
219 // Cannot make this a static attribute because of linking issues
220 static constexpr int64_t maximum_elements() {

Callers 14

AppendListBatchFunction · 0.45
TestBasicsMethod · 0.45
TestEqualityMethod · 0.45
TestBulkAppendMethod · 0.45
TestBulkAppendInvalidMethod · 0.45
TestCornerCasesMethod · 0.45
TestOverflowCheckMethod · 0.45
BuildListOfStructPairsFunction · 0.45
TEST_FFunction · 0.45
VisitMethod · 0.45
value_builderFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 10

TestBasicsMethod · 0.36
TestEqualityMethod · 0.36
TestBulkAppendMethod · 0.36
TestBulkAppendInvalidMethod · 0.36
TestCornerCasesMethod · 0.36
TestOverflowCheckMethod · 0.36
BuildListOfStructPairsFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36