AlvinJ15 commented on a change in pull request #11853:
URL: https://github.com/apache/arrow/pull/11853#discussion_r764620164
##########
File path: cpp/src/arrow/compute/kernels/vector_replace.cc
##########
@@ -500,6 +731,104 @@ void RegisterVectorReplace(FunctionRegistry* registry) {
// TODO(ARROW-9431): "replace_with_indices"
}
+
+const FunctionDoc fill_forward_null_doc(
+ "Replace null values using forward mode",
+ ("Given an array, propagate last valid observation forward to next valid\n"
+ "or nothing if all previous values are null. "),
+ {"values"});
+
+void RegisterVectorFillForwardNullValues(FunctionRegistry* registry) {
Review comment:
Now I removed both `RegisterVectorFill*NullValues` and put them into
ReplaceVector.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]