Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ extend
Method
extend
datafusion/functions-aggregate/src/hyperloglog.rs:221–225 ·
view source on GitHub ↗
(&mut self, iter: S)
Source
from the content-addressed store, hash-verified
219
T: Hash,
220
{
221
fn extend<S: IntoIterator<Item = T>>(&mut self, iter: S) {
222
for elem in iter {
223
self.add(&elem);
224
}
225
}
226
}
227
228
impl<
'a, T> Extend<&'
a T> for HyperLogLog<T>
Callers
15
general_replace
Function · 0.45
arrays_zip_inner
Function · 0.45
compact_list
Function · 0.45
general_remove
Function · 0.45
general_repeat
Function · 0.45
general_list_repeat
Function · 0.45
array_sort_non_primitive
Function · 0.45
concat_internal
Function · 0.45
generic_append_and_prepend
Function · 0.45
general_array_element
Function · 0.45
general_array_slice
Function · 0.45
general_list_view_array_slice
Function · 0.45
Calls
1
add
Method · 0.45
Tested by
2
test_string
Function · 0.36
test_merge_overlapped
Function · 0.36