Package io.trino.operator.aggregation
Class TypedHeap
java.lang.Object
io.trino.operator.aggregation.TypedHeap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidcopy()intlongbooleanisEmpty()voidpop(BlockBuilder resultBlockBuilder) voidpopAll(BlockBuilder resultBlockBuilder) voidwriteAll(BlockBuilder resultBlockBuilder)
-
Constructor Details
-
TypedHeap
-
-
Method Details
-
getCapacity
public int getCapacity() -
getEstimatedSize
public long getEstimatedSize() -
isEmpty
public boolean isEmpty() -
writeAll
-
popAll
-
pop
-
add
-
addAll
-
addAll
-
copy
-