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

Function CheckViewFails

cpp/src/arrow/array/array_view_test.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void CheckViewFails(const std::shared_ptr<Array>& input,
51 const std::shared_ptr<DataType>& view_type) {
52 ASSERT_RAISES(Invalid, input->View(view_type));
53}
54
55class IPv4Type : public ExtensionType {
56 public:

Callers 1

TESTFunction · 0.85

Calls 1

ViewMethod · 0.45

Tested by

no test coverage detected