MCPcopy Create free account
hub / github.com/apache/datafusion / take

Method take

datafusion/physical-expr-common/src/binary_map.rs:63–65  ·  view source on GitHub ↗

Return the contents of this set and replace it with a new empty set with the same output type

(&mut self)

Source from the content-addressed store, hash-verified

61 /// Return the contents of this set and replace it with a new empty
62 /// set with the same output type
63 pub fn take(&mut self) -> Self {
64 Self(self.0.take())
65 }
66
67 /// Inserts each value from `values` into the set
68 pub fn insert(&mut self, values: &ArrayRef) {

Callers 12

random_stringFunction · 0.45
random_stringFunction · 0.45
bench_dict_int32Function · 0.45
bench_dict_stringFunction · 0.45
binary_comparisonFunction · 0.45
binary_nestedFunction · 0.45
join_suffixMethod · 0.45
stopMethod · 0.45
stop_withMethod · 0.45
apply_limitFunction · 0.45
handle_custom_pushdownFunction · 0.45

Calls 1

newFunction · 0.85

Tested by 2

binary_comparisonFunction · 0.36
binary_nestedFunction · 0.36