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

Function AssertGetOrInsertNull

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

Source from the content-addressed store, hash-verified

168
169template <typename MemoTable>
170void AssertGetOrInsertNull(MemoTable& table, int32_t expected) {
171 ASSERT_EQ(table.GetOrInsertNull(), expected);
172}
173
174TEST(ScalarMemoTable, Int64) {
175 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