Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ sign
Function
sign
bolt/exec/tests/RowContainerTest.cpp:726–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
725
namespace {
726
static int32_t sign(int32_t n) {
727
return n < 0 ? -1 : n == 0 ? 0 : 1;
728
}
729
} // namespace
730
731
TEST_F(RowContainerTest, storeExtractArrayOfVarchar) {
Callers
2
TEST_P
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected