Class IColIndex.SliceResult

  • Enclosing interface:
    IColIndex

    public static class IColIndex.SliceResult
    extends Object
    A Class for slice results containing indexes for the slicing of dictionaries, and the resulting column index
    • Field Detail

      • idStart

        public final int idStart
        Start index to slice inside the dictionary
      • idEnd

        public final int idEnd
        End index (not inclusive) to slice inside the dictionary
      • ret

        public final IColIndex ret
        The already modified column index to return on slices