Class DefaultVectorCopier

java.lang.Object
org.apache.druid.query.rowsandcols.column.DefaultVectorCopier
All Implemented Interfaces:
VectorCopier

public class DefaultVectorCopier extends Object implements VectorCopier
  • Constructor Details

    • DefaultVectorCopier

      public DefaultVectorCopier(ColumnAccessor accessor)
  • Method Details

    • copyInto

      public void copyInto(Object[] into, int intoStart)
      Description copied from interface: VectorCopier
      Copies all values from the underlying column into the Object[] passed into this method.
      Specified by:
      copyInto in interface VectorCopier
      Parameters:
      into - the object array to store the values
      intoStart - the index of the into array to start writing into.