Class DefaultVectorCopier

    • Constructor Detail

      • DefaultVectorCopier

        public DefaultVectorCopier​(ColumnAccessor accessor)
    • Method Detail

      • 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.