我有两个相同类型的arrow ValueVector,concat 2 ValueVector的最佳实践是什么?我知道的一种方法是调用valuevector.copyfrom(frominde,thisindex,source),有更好的方法吗?
向量1:{1,2,3}向量2:{4,5,6}
concat之后的预期结果:{1,2,3,4,5,6}
请注意,这是apache arrow valuevector,不是普通的java集合。
我有两个相同类型的arrow ValueVector,concat 2 ValueVector的最佳实践是什么?我知道的一种方法是调用valuevector.copyfrom(frominde,thisindex,source),有更好的方法吗?
向量1:{1,2,3}向量2:{4,5,6}
concat之后的预期结果:{1,2,3,4,5,6}
请注意,这是apache arrow valuevector,不是普通的java集合。
暂无答案!
目前还没有任何答案,快来回答吧!