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

Method distinct

datafusion/functions-aggregate/src/string_agg.rs:707–710  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

705 }
706 }
707 fn distinct(mut self) -> Self {
708 self.distinct = true;
709 self
710 }
711
712 fn order_by_col(mut self, col: &str, sort_options: SortOptions) -> Self {
713 self.order_bys.extend([PhysicalSortExpr::new(

Calls

no outgoing calls