MCPcopy 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
725namespace {
726static int32_t sign(int32_t n) {
727 return n < 0 ? -1 : n == 0 ? 0 : 1;
728}
729} // namespace
730
731TEST_F(RowContainerTest, storeExtractArrayOfVarchar) {

Callers 2

TEST_PFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected