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

Method Empty

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

Source from the content-addressed store, hash-verified

100
101 // Check if the heap is empty
102 bool IR_ALWAYS_INLINE Empty() const { return elements_.empty(); }
103
104 // Get the begin iterator.
105 PriorityQueueIterator<T, C> Begin() { return PriorityQueueIterator<T, C>(this, 0); }

Callers 8

GetSpecificOperatorMethod · 0.45
GetScanNodesSummaryMethod · 0.45
SelectScopedValueMethod · 0.45
AddOperatorRowsMethod · 0.45
ToJsonCountersMethod · 0.45
ToJsonHelperMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected