Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
top
Method · 0.80
InsertTupleRow
Method · 0.80
InsertTupleWithTieHandling
Method · 0.80
InsertMaterializedTuple
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected