Class NumberValuesUtils


  • public class NumberValuesUtils
    extends java.lang.Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • NumberValuesUtils

        protected NumberValuesUtils()
    • Method Detail

      • toValues

        public ColumnValues toValues​(int count,
                                     long[] values,
                                     ValueLength valueLength,
                                     long linearFactor,
                                     long linearOffset)
      • toByteValues

        protected ColumnValues toByteValues​(int count,
                                            long[] values,
                                            long linearFactor,
                                            long linearOffset)
      • toShortValues

        protected ColumnValues toShortValues​(int count,
                                             long[] values,
                                             long linearFactor,
                                             long linearOffset)
      • toIntValues

        protected ColumnValues toIntValues​(int count,
                                           long[] values,
                                           long linearFactor,
                                           long linearOffset)
      • toLongValues

        protected ColumnValues toLongValues​(int count,
                                            long[] values,
                                            long linearFactor,
                                            long linearOffset)