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

Method len

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

Returns the total number of distinct values (including nulls) seen so far

(&self)

Source from the content-addressed store, hash-verified

81
82 /// Returns the total number of distinct values (including nulls) seen so far
83 pub fn len(&self) -> usize {
84 self.0.len()
85 }
86
87 pub fn is_empty(&self) -> bool {
88 self.0.is_empty()

Callers 14

make_adapterMethod · 0.45
evaluate_selectionMethod · 0.45
test_evaluate_selectionFunction · 0.45
scatterFunction · 0.45
scatter_bytesFunction · 0.45
compare_op_for_nestedFunction · 0.45
insert_if_new_innerMethod · 0.45
into_stateMethod · 0.45
non_null_lenMethod · 0.45
insertMethod · 0.45
truncateMethod · 0.45

Calls 2

non_null_lenMethod · 0.45
mapMethod · 0.45

Tested by 2

test_evaluate_selectionFunction · 0.36