
tech.mlsql.indexer.impl.CubeIndexer.scala Maven / Gradle / Ivy
The newest version!
package tech.mlsql.indexer.impl
import org.apache.spark.sql.DataFrame
import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan
import tech.mlsql.indexer.MLSQLIndexer
/**
* 25/1/2021 WilliamZhu([email protected])
*/
class CubeIndexer extends MLSQLIndexer{
override def rewrite(sql: LogicalPlan, options: Map[String, String]): LogicalPlan = ???
override def read(sql: LogicalPlan, options: Map[String, String]): Option[DataFrame] = ???
override def write(df: DataFrame, options: Map[String, String]): Option[DataFrame] = ???
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy