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

Method Make

cpp/src/arrow/builder.cc:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 Status Make() { return VisitTypeInline(*value_type, this); }
187
188 MemoryPool* pool;
189 const std::shared_ptr<DataType>& index_type;

Callers 2

VisitMethod · 0.45
MakeDictionaryBuilderFunction · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected