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

Method builder

cpp/src/arrow/json/from_string.cc:653–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651 }
652
653 std::shared_ptr<ArrayBuilder> builder() override { return builder_; }
654
655 private:
656 std::shared_ptr<MapBuilder> builder_;

Callers 15

AppendNdarrayMethod · 0.45
AppendNdarrayTypedMethod · 0.45
AppendNullMethod · 0.45
FinishMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
AppendNullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected