Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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(
Callers
6
no_duplicates_distinct
Function · 0.45
duplicates_distinct
Function · 0.45
no_duplicates_distinct_sort_asc
Function · 0.45
no_duplicates_distinct_sort_desc
Function · 0.45
duplicates_distinct_sort_asc
Function · 0.45
duplicates_distinct_sort_desc
Function · 0.45
Calls
no outgoing calls
Tested by
6
no_duplicates_distinct
Function · 0.36
duplicates_distinct
Function · 0.36
no_duplicates_distinct_sort_asc
Function · 0.36
no_duplicates_distinct_sort_desc
Function · 0.36
duplicates_distinct_sort_asc
Function · 0.36
duplicates_distinct_sort_desc
Function · 0.36