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

Function json

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

Source from the content-addressed store, hash-verified

62}
63
64std::shared_ptr<DataType> json(std::shared_ptr<DataType> storage_type) {
65 return JsonExtensionType::Make(std::move(storage_type)).ValueOrDie();
66}
67
68} // namespace arrow::extension

Callers 6

CreateGlobalRegistryFunction · 0.85
ExampleJsonFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

ValueOrDieMethod · 0.80
MakeFunction · 0.70

Tested by 4

ExampleJsonFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68