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

Method HasRejectedRows

be/src/exec/filter-context.cc:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool FilterStats::HasRejectedRows() const {
70 for (const auto& entry : counters) {
71 if (entry.second.rejected->value() > 0) {
72 return true;
73 }
74 }
75 return false;
76}
77
78Status FilterContext::CloneFrom(const FilterContext& from, ObjectPool* pool,
79 RuntimeState* state, MemPool* expr_perm_pool, MemPool* expr_results_pool) {

Callers 1

CloseMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected