Class DefaultVectorCopier
java.lang.Object
org.apache.druid.query.rowsandcols.column.DefaultVectorCopier
- All Implemented Interfaces:
VectorCopier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultVectorCopier
-
-
Method Details
-
copyInto
Description copied from interface:VectorCopierCopies all values from the underlying column into theObject[]passed into this method.- Specified by:
copyIntoin interfaceVectorCopier- Parameters:
into- the object array to store the valuesintoStart- the index of the into array to start writing into.
-