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

Method HasMatches

be/src/exec/hash-table.h:956–956  ·  view source on GitHub ↗

Return true if there was a least one match. Thread-safe for read-only hash tables.

Source from the content-addressed store, hash-verified

954 /// Return true if there was a least one match.
955 /// Thread-safe for read-only hash tables.
956 bool HasMatches() const { return has_matches_; }
957
958 /// Return end marker.
959 /// Thread-safe for read-only hash tables.

Callers 1

SpillPartitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected