Interface MetaIndexFactory

All Known Implementing Classes:
PatriciaAccessorFactory, PrefixIndexMetaFactory

public interface MetaIndexFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aksw.sparqlify.database.MapStoreAccessor
    create(Table table, List<String> columnNames)
     
  • Method Details

    • create

      org.aksw.sparqlify.database.MapStoreAccessor create(Table table, List<String> columnNames)