Class ComplexCopier
java.lang.Object
org.apache.arrow.vector.complex.impl.ComplexCopier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(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
-