All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.mlsql.indexer.MLSQLIndexerMeta.scala Maven / Gradle / Ivy

The newest version!
package tech.mlsql.indexer

/**
 * 18/12/2020 WilliamZhu([email protected])
 */
trait MLSQLIndexerMeta {
  def fetchIndexers(tableNames: List[MlsqlOriTable], options: Map[String, String]): Map[MlsqlOriTable, List[MlsqlIndexerItem]]

  def registerIndexer(indexer: MlsqlIndexerItem): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy