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

Function DictArrayFromJSON

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

Source from the content-addressed store, hash-verified

385}
386
387std::shared_ptr<Array> DictArrayFromJSON(const std::shared_ptr<DataType>& type,
388 std::string_view indices_json,
389 std::string_view dictionary_json) {
390 EXPECT_OK_AND_ASSIGN(
391 auto out, json::DictArrayFromJSONString(type, indices_json, dictionary_json));
392 return out;
393}
394
395std::shared_ptr<ChunkedArray> ChunkedArrayFromJSON(const std::shared_ptr<DataType>& type,
396 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