Class ComplexCopier
java.lang.Object
org.apache.arrow.vector.complex.impl.ComplexCopier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copy
(FieldReader input, FieldWriter output) Do a deep copy of the value in input into output
-
Constructor Details
-
ComplexCopier
public ComplexCopier()
-
-
Method Details
-
copy
Do a deep copy of the value in input into output- Parameters:
input
- field to read fromoutput
- field to write to
-