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

Method Deserialize

cpp/src/arrow/extension/json.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Result<std::shared_ptr<DataType>> JsonExtensionType::Deserialize(
36 std::shared_ptr<DataType> storage_type, const std::string& serialized) const {
37 return JsonExtensionType::Make(std::move(storage_type));
38}
39
40std::string JsonExtensionType::Serialize() const { return ""; }
41

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

MakeFunction · 0.70

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36