Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void 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
55
class IPv4Type : public ExtensionType {
56
public:
Callers
1
TEST
Function · 0.85
Calls
1
View
Method · 0.45
Tested by
no test coverage detected