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

Function AnyOfJSON

cpp/src/arrow/testing/matchers.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120};
121
122inline AnyOfJSONMatcher AnyOfJSON(std::shared_ptr<DataType> type,
123 std::string array_json) {
124 return {std::move(type), std::move(array_json)};
125}
126
127template <typename ResultMatcher>
128class FutureMatcher {

Callers 2

TEST_PFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68