Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AssertValidationFails
Function
AssertValidationFails
cpp/src/arrow/scalar_test.cc:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void AssertValidationFails(const Scalar& scalar) {
80
ASSERT_RAISES(Invalid, scalar.Validate());
81
ASSERT_RAISES(Invalid, scalar.ValidateFull());
82
}
83
84
TEST(TestNullScalar, Basics) {
85
NullScalar scalar;
Callers
5
TEST
Function · 0.85
TestValidateErrors
Method · 0.85
TestValidateErrors
Method · 0.85
TestValidateErrors
Method · 0.85
TEST_F
Function · 0.85
Calls
2
Validate
Method · 0.45
ValidateFull
Method · 0.45
Tested by
no test coverage detected