MCPcopy Create free account
hub / github.com/apache/impala / ValidateMatch

Method ValidateMatch

be/src/exec/row-batch-list-test.cc:82–84  ·  view source on GitHub ↗

Validate that row contains the expected value

Source from the content-addressed store, hash-verified

80
81 // Validate that row contains the expected value
82 void ValidateMatch(TupleRow* row, int32_t expected) {
83 EXPECT_EQ(expected, *reinterpret_cast<int32_t*>(row->GetTuple(0)));
84 }
85
86 void FullScan(RowBatchList* list, int start, int end) {
87 EXPECT_LT(start, end);

Callers

nothing calls this directly

Calls 1

GetTupleMethod · 0.45

Tested by

no test coverage detected