new_hash_table
datafusion_
physical_
plan
50.3.0
In datafusion_
physical_
plan::
aggregates::
topk::
hash_
table
datafusion_physical_plan
::
aggregates
::
topk
::
hash_table
Function
new_
hash_
table
Copy item path
Source
pub fn new_hash_table( limit:
usize
, kt: DataType, ) ->
Result
<
Box
<dyn
ArrowHashTable
+
Send
>>