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

Method stores_tuples

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

Source from the content-addressed store, hash-verified

1171
1172 /// Functions to be replaced by codegen to specialize the hash table.
1173 bool IR_NO_INLINE stores_tuples() const { return stores_tuples_; }
1174 bool IR_NO_INLINE stores_duplicates() const { return stores_duplicates_; }
1175 bool IR_NO_INLINE quadratic_probing() const { return quadratic_probing_; }
1176

Callers 2

GetTupleMethod · 0.80
SetTupleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected