MCPcopy Create free account
hub / github.com/apache/arrow / AssertGetOrInsertNull

Function AssertGetOrInsertNull

cpp/src/arrow/util/hashing_test.cc:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template <typename MemoTable>
169void AssertGetOrInsertNull(MemoTable& table, int32_t expected) {
170 ASSERT_EQ(table.GetOrInsertNull(), expected);
171}
172
173TEST(ScalarMemoTable, Int64) {
174 const int64_t A = 1234, B = 0, C = -98765321, D = 12345678901234LL, E = -1, F = 1,

Callers 1

TESTFunction · 0.85

Calls 1

GetOrInsertNullMethod · 0.45

Tested by

no test coverage detected