Class StringIndex

  • All Implemented Interfaces:
    Index

    public class StringIndex
    extends Object
    implements Index
    TODO: Implement range query methods? See (e.g) ShortIndex for examples An index for String and Text columns
    • Constructor Detail

      • StringIndex

        public StringIndex​(StringColumn column)
        Creates an index on the given AbstractStringColumn
    • Method Detail

      • get

        public Selection get​(String value)
        Returns a bitmap Selection containing row numbers of all cells matching the given int
        Parameters:
        value - This is a 'key' from the index perspective, meaning it is a value from the standpoint of the column