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

Method build_two

datafusion/functions-aggregate/src/string_agg.rs:743–745  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

741 }
742
743 fn build_two(&self) -> Result<(Box<dyn Accumulator>, Box<dyn Accumulator>)> {
744 Ok((self.build()?, self.build()?))
745 }
746 }
747
748 fn some_str(value: ScalarValue) -> String {

Calls 1

buildMethod · 0.45

Tested by 8

no_duplicates_distinctFunction · 0.36
duplicates_no_distinctFunction · 0.36
duplicates_distinctFunction · 0.36