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

Function DataEqArray

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

Constructs an array with ArrayFromJSON against which arguments are matched

Source from the content-addressed store, hash-verified

414
415/// Constructs an array with ArrayFromJSON against which arguments are matched
416inline DataEqMatcher DataEqArray(const std::shared_ptr<DataType>& type,
417 std::string_view json) {
418 return DataEq(arrow::ArrayFromJSON(type, json));
419}
420
421/// Constructs an array from a vector of optionals against which arguments are matched
422template <typename T, typename ArrayType = typename TypeTraits<T>::ArrayType,

Callers

nothing calls this directly

Calls 10

DataEqFunction · 0.85
ArrayFromJSONFunction · 0.85
default_memory_poolFunction · 0.85
is_fixed_widthFunction · 0.85
AppendOrNullMethod · 0.80
UnsafeAppendOrNullMethod · 0.80
ValueOrDieMethod · 0.80
ReserveMethod · 0.45
sizeMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected