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

Function DropNullJSON

cpp/src/arrow/compute/kernels/vector_selection_test.cc:2336–2339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2334}
2335
2336Status DropNullJSON(const std::shared_ptr<DataType>& type, const std::string& values,
2337 std::shared_ptr<Array>* out) {
2338 return DropNull(*ArrayFromJSON(type, values)).Value(out);
2339}
2340
2341void CheckDropNull(const std::shared_ptr<DataType>& type, const std::string& values,
2342 const std::string& expected) {

Callers 1

CheckDropNullFunction · 0.85

Calls 3

DropNullFunction · 0.85
ArrayFromJSONFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected