
tech.mlsql.indexer.IndexerSelector.scala Maven / Gradle / Ivy
The newest version!
package tech.mlsql.indexer
import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
/**
* 22/12/2020 WilliamZhu([email protected])
*/
trait IndexerSelector {
def rewrite(lp: LogicalPlan, options: Map[String, String]): LogicalPlan
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy