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

Method Top

be/src/util/priority-queue.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 // The top element
85 T& IR_ALWAYS_INLINE Top() {
86 DCHECK(!elements_.empty());
87 return elements_[0];
88 }
89
90 // The ith element
91 T& operator[](int i) {

Callers 4

topMethod · 0.80
InsertTupleRowMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected