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

Method Make

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

Source from the content-addressed store, hash-verified

188 }
189
190 Status Make() { return VisitTypeInline(*value_type, this); }
191
192 MemoryPool* pool;
193 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