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

Method distinct

datafusion/functions-aggregate/src/array_agg.rs:1543–1546  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

1541 }
1542
1543 fn distinct(mut self) -> Self {
1544 self.distinct = true;
1545 self
1546 }
1547
1548 fn order_by_col(mut self, col: &str, sort_options: SortOptions) -> Self {
1549 let new_order = PhysicalSortExpr::new(

Calls

no outgoing calls