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

Method InitBuilders

cpp/src/arrow/table_builder.cc:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106Status RecordBatchBuilder::InitBuilders() {
107 for (int i = 0; i < this->num_fields(); ++i) {
108 RETURN_NOT_OK(raw_field_builders_[i]->Reserve(initial_capacity_));
109 }
110 return Status::OK();
111}
112
113} // namespace arrow

Callers 1

MakeMethod · 0.80

Calls 3

OKFunction · 0.70
num_fieldsMethod · 0.45
ReserveMethod · 0.45

Tested by

no test coverage detected