You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Returns the first element in an aggregation group according to the requested ordering. If no ordering is given, returns an arbitrary element from the group.",
@@ -939,13 +954,6 @@ impl Accumulator for FirstValueAccumulator {
939
954
}
940
955
}
941
956
942
-
make_udaf_expr_and_func!(
943
-
LastValue,
944
-
last_value,
945
-
"Returns the last value in a group of values.",
946
-
last_value_udaf
947
-
);
948
-
949
957
#[user_doc(
950
958
doc_section(label = "General Functions"),
951
959
description = "Returns the last element in an aggregation group according to the requested ordering. If no ordering is given, returns an arbitrary element from the group.",
0 commit comments