new_heap
datafusion_
physical_
plan
50.3.0
In datafusion_
physical_
plan::
aggregates::
topk::
heap
datafusion_physical_plan
::
aggregates
::
topk
::
heap
Function
new_
heap
Copy item path
Source
pub fn new_heap( limit:
usize
, desc:
bool
, vt: DataType, ) ->
Result
<
Box
<dyn
ArrowHeap
+
Send
>>