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

Function MakeBuilder

cpp/src/arrow/array/builder_base.h:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 std::unique_ptr<ArrayBuilder>* out);
330
331inline Result<std::unique_ptr<ArrayBuilder>> MakeBuilder(
332 const std::shared_ptr<DataType>& type, MemoryPool* pool = default_memory_pool()) {
333 std::unique_ptr<ArrayBuilder> out;
334 ARROW_RETURN_NOT_OK(MakeBuilder(pool, type, &out));
335 return out;
336}
337
338/// \brief Construct an empty ArrayBuilder corresponding to the data
339/// type, where any top-level or nested dictionary builders return the

Callers 15

TEST_FFunction · 0.70
CheckAppendArraySliceMethod · 0.70
SetUpMethod · 0.70
SetUpMethod · 0.70
SetUpMethod · 0.70
SetUpMethod · 0.70
TEST_FFunction · 0.70
TYPED_TESTFunction · 0.70
TESTFunction · 0.70
AssertIndexByteWidthFunction · 0.70

Calls 1

default_memory_poolFunction · 0.85

Tested by 15

TEST_FFunction · 0.56
CheckAppendArraySliceMethod · 0.56
SetUpMethod · 0.56
SetUpMethod · 0.56
SetUpMethod · 0.56
SetUpMethod · 0.56
TEST_FFunction · 0.56
TYPED_TESTFunction · 0.56
TESTFunction · 0.56
AssertIndexByteWidthFunction · 0.56