File tree Expand file tree Collapse file tree
datafusion/functions-aggregate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ datafusion-functions-aggregate-common = { workspace = true }
5050datafusion-macros = { workspace = true }
5151datafusion-physical-expr = { workspace = true }
5252datafusion-physical-expr-common = { workspace = true }
53- hashbrown = { workspace = true }
5453foldhash = " 0.2"
5554half = { workspace = true }
55+ hashbrown = { workspace = true }
5656log = { workspace = true }
5757num-traits = { workspace = true }
5858
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ struct SpaceSavingSummary {
145145 /// Set to `max(64, requested_capacity * 2)`.
146146 target_capacity : usize ,
147147 /// Running total of heap bytes owned by counter item `Vec`s.
148- /// Updated on push / evict / clone so that [ `size`] is O(1).
148+ /// Updated on push / evict / clone so that `size()` is O(1).
149149 item_heap_bytes : usize ,
150150}
151151
You can’t perform that action at this time.
0 commit comments