tech.tablesaw.index.Index Maven / Gradle / Ivy
The newest version!
package tech.tablesaw.index;
/**
* A marker interface for all index types
*
* Indexes are implemented as maps where each entry connects a column value to the set of row
* indexes corresponding to the value
*/
public interface Index {}