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

Method getCompareOp

be/src/runtime/runtime-filter.h:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 extdatasource::TComparisonOp::type getCompareOp() const {
80 return filter_desc().compareOp;
81 }
82
83 BloomFilter* get_bloom_filter() const { return bloom_filter_.Load(); }
84 MinMaxFilter* get_min_max() const { return min_max_filter_.Load(); }

Callers 1

InsertPerCompareOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected