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

Method mask

cpp/src/arrow/compute/kernels/vector_replace_test.cc:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 std::shared_ptr<Array> mask(const std::string& value) {
66 return ArrayFromJSON(boolean(), value);
67 }
68
69 Status AssertRaises(ReplaceFunction func, const Datum& array, const Datum& mask,
70 const Datum& replacements) {

Callers 3

maskFunction · 0.80
TYPED_TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 1

ArrayFromJSONFunction · 0.85

Tested by

no test coverage detected