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

Method Make

cpp/src/arrow/table_builder.cc:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 : schema_(schema), initial_capacity_(initial_capacity), pool_(pool) {}
38
39Result<std::unique_ptr<RecordBatchBuilder>> RecordBatchBuilder::Make(
40 const std::shared_ptr<Schema>& schema, MemoryPool* pool) {
41 return Make(schema, pool, kMinBuilderCapacity);
42}
43
44Result<std::unique_ptr<RecordBatchBuilder>> RecordBatchBuilder::Make(
45 const std::shared_ptr<Schema>& schema, MemoryPool* pool, int64_t initial_capacity) {

Callers

nothing calls this directly

Calls 3

CreateBuildersMethod · 0.80
InitBuildersMethod · 0.80
MakeFunction · 0.70

Tested by

no test coverage detected