Package tech.tablesaw.index
Class StringIndex
java.lang.Object
tech.tablesaw.index.StringIndex
- All Implemented Interfaces:
Index
TODO: Implement range query methods? See (e.g) ShortIndex for examples An index for String and
Text columns
-
Constructor Summary
ConstructorsConstructorDescriptionStringIndex
(AbstractStringColumn<?> column) Creates an index on the given AbstractStringColumn -
Method Summary
-
Constructor Details
-
StringIndex
Creates an index on the given AbstractStringColumn
-
-
Method Details
-
get
Returns a bitmapSelection
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
-