MCPcopy 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_typeMethod · 0.45
estimate_byte_data_sizeFunction · 0.45
initcap_ascii_arrayFunction · 0.45
case_conversion_arrayFunction · 0.45
merge_sorted_f64Method · 0.45
merge_digestsMethod · 0.45
stateMethod · 0.45
create_accumulatorMethod · 0.45
update_batchMethod · 0.45
get_percentileFunction · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected