Skip to main content

Module topk

Module topk 

Source
Expand description

Auto-extracted from physical_operator.rs

Structsยง

PhysicalTopK
Fused ORDER BY + LIMIT using a BinaryHeap (O(n log k) vs O(n log n)).