Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ first
Method
first
datafusion/functions-window/src/nth_value.rs:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
pub fn first() -> Self {
113
Self::new(NthValueKind::First)
114
}
115
116
pub fn last() -> Self {
117
Self::new(NthValueKind::Last)
Callers
15
return_type
Method · 0.45
estimate_byte_data_size
Function · 0.45
initcap_ascii_array
Function · 0.45
case_conversion_array
Function · 0.45
case_conversion_ascii_array
Function · 0.45
merge_sorted_f64
Method · 0.45
merge_digests
Method · 0.45
state
Method · 0.45
create_accumulator
Method · 0.45
update_batch
Method · 0.45
get_percentile
Function · 0.45
simplify_percentile_cont_aggregate
Function · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected