Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ModAndVerify
Method
ModAndVerify
cpp/src/gandiva/tests/decimal_single_test.cc:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void ModAndVerify(const DecimalScalar128& x, const DecimalScalar128& y,
78
const DecimalScalar128& expected) {
79
Verify(DecimalTypeUtil::kOpMod,
"mod"
, x, y, expected);
80
}
81
82
protected:
83
arrow::MemoryPool* pool_;
Callers
nothing calls this directly
Calls
1
Verify
Function · 0.50
Tested by
no test coverage detected