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

Method Eval

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

Source from the content-addressed store, hash-verified

84}
85
86bool FilterContext::Eval(TupleRow* row) const noexcept {
87 void* val = expr_eval->GetValue(row);
88 return filter->Eval(val, expr_eval->root().type());
89}
90
91void FilterContext::Insert(TupleRow* row) const noexcept {
92 if (filter->is_bloom_filter()) {

Callers 4

EvalRuntimeFilterMethod · 0.45
EvalDictionaryFiltersMethod · 0.45

Calls 3

rootMethod · 0.80
GetValueMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected