mystic-lama commented on code in PR #237:
URL: https://github.com/apache/arrow-cookbook/pull/237#discussion_r937246659
##########
java/source/create.rst:
##########
@@ -185,6 +185,43 @@ Array of List
[[1,2,3], [10,20,30], [100,200,300], [1000,2000,3000]]
+
+Splicing
+========
+
+Splicing provides a way of copying a range of rows between two vectors of the
same type.
+
+Splicing IntVector
+------------------
+
+In this example, we copy a portion of the input IntVector to a new IntVector.
+
+.. testcode::
+
+ import org.apache.arrow.memory.BufferAllocator;
Review Comment:
There is similar comment on other PR, shall fix this once the other is fixed
as expected :)
--
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]