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

Function AssertGetNull

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

Source from the content-addressed store, hash-verified

162
163template <typename MemoTable>
164void AssertGetNull(MemoTable& table, int32_t expected) {
165 ASSERT_EQ(table.GetNull(), expected);
166}
167
168template <typename MemoTable>
169void AssertGetOrInsertNull(MemoTable& table, int32_t expected) {

Callers 1

TESTFunction · 0.85

Calls 1

GetNullMethod · 0.45

Tested by

no test coverage detected