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

Method MaterializeValues

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

Source from the content-addressed store, hash-verified

134}
135
136void FilterContext::MaterializeValues() const {
137 if (filter->is_min_max_filter() && local_min_max_filter != nullptr) {
138 local_min_max_filter->MaterializeValues();
139 } else if (filter->is_in_list_filter() && local_in_list_filter != nullptr) {
140 local_in_list_filter->MaterializeValues();
141 }
142}
143
144// An example of the generated code for the following query:
145//

Callers 1

ProcessBuildBatchMethod · 0.45

Calls 2

is_min_max_filterMethod · 0.45
is_in_list_filterMethod · 0.45

Tested by

no test coverage detected