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

Method update_batch

datafusion/functions-aggregate/src/approx_distinct.rs:96–98  ·  view source on GitHub ↗
(&mut self, values: &[ArrayRef])

Source from the content-addressed store, hash-verified

94
95impl<A: Accumulator> Accumulator for ApproxDistinctBitmapWrapper<A> {
96 fn update_batch(&mut self, values: &[ArrayRef]) -> Result<()> {
97 self.inner.update_batch(values)
98 }
99
100 fn evaluate(&mut self) -> Result<ScalarValue> {
101 match self.inner.evaluate()? {

Callers

nothing calls this directly

Calls 8

flattenMethod · 0.80
add_hashedMethod · 0.80
hash_oneMethod · 0.80
extendMethod · 0.45
into_iterMethod · 0.45
is_emptyMethod · 0.45
iterMethod · 0.45
is_nullMethod · 0.45

Tested by

no test coverage detected