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

Method MakeBuilder

cpp/src/arrow/json/reader.cc:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279 private:
280 Status MakeBuilder() {
281 return MakeChunkedArrayBuilder(task_group_, decode_context_.pool(),
282 decode_context_.promotion_graph(),
283 decode_context_.conversion_type(), &builder_);
284 }
285
286 Status ParseAndInsert(const ChunkedBlock& block) {
287 ARROW_ASSIGN_OR_RAISE(auto parsed, ParseBlock(block, decode_context_.parse_options(),

Callers

nothing calls this directly

Calls 3

MakeChunkedArrayBuilderFunction · 0.85
promotion_graphMethod · 0.80
poolMethod · 0.45

Tested by

no test coverage detected