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

Method Finish

cpp/src/arrow/json/parser.cc:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 }
738
739 Status Finish(std::shared_ptr<Array>* parsed) override {
740 std::shared_ptr<Array> scalar_values;
741 RETURN_NOT_OK(scalar_values_builder_.Finish(&scalar_values));
742 return builder_set_.Finish(scalar_values, builder_, parsed);
743 }
744
745 /// \brief Emit path of current field for debugging purposes
746 std::string Path() {

Callers 15

ParseBlockFunction · 0.45
ReadMethod · 0.45
operator()Method · 0.45
ParseOneFunction · 0.45
TestDecimalBasicFunction · 0.45
TestIntegerListMethod · 0.45
TestNullListMethod · 0.45
TestIntegerListListMethod · 0.45
TESTFunction · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45
ConvertMethod · 0.45

Calls

no outgoing calls

Tested by 9

TestDecimalBasicFunction · 0.36
TestIntegerListMethod · 0.36
TestNullListMethod · 0.36
TestIntegerListListMethod · 0.36
TESTFunction · 0.36
DecodeStringDictionaryFunction · 0.36
ParseFromStringFunction · 0.36
AssertBuildingFunction · 0.36
TESTFunction · 0.36