Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
std::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
CreateGlobalRegistry
Function · 0.85
ExampleJson
Function · 0.85
TEST_F
Function · 0.85
chunker_internal_test.cc
File · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
2
ValueOrDie
Method · 0.80
Make
Function · 0.70
Tested by
4
ExampleJson
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68