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

Function DictArrayFromJSON

cpp/src/arrow/testing/gtest_util.cc:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395std::shared_ptr<Array> DictArrayFromJSON(const std::shared_ptr<DataType>& type,
396 std::string_view indices_json,
397 std::string_view dictionary_json) {
398 EXPECT_OK_AND_ASSIGN(
399 auto out, json::DictArrayFromJSONString(type, indices_json, dictionary_json));
400 return out;
401}
402
403std::shared_ptr<ChunkedArray> ChunkedArrayFromJSON(const std::shared_ptr<DataType>& type,
404 const std::vector<std::string>& json) {

Callers 13

TESTFunction · 0.85
TEST_FFunction · 0.85
CheckDictionaryNullCountFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
CheckDictionaryCompactFunction · 0.85
MakeMapOfDictionaryFunction · 0.85
ExampleDictExtensionFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TYPED_TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected