Packages

p

ai.eto.rikai.sql.spark

execution

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CreateModelCommand(name: String, ifNotExists: Boolean, flavor: Option[String], returns: Option[String], uri: Option[String], preprocessor: Option[String], postprocessor: Option[String], table: Option[TableIdentifier], replace: Boolean, options: Map[String, String]) extends LogicalPlan with ModelCommand with Logging with Product with Serializable
  2. case class DescribeModelCommand(name: String) extends LogicalPlan with ModelCommand with Product with Serializable
  3. case class DropModelCommand(name: String) extends LogicalPlan with ModelCommand with Product with Serializable
  4. trait ModelCommand extends LogicalPlan with RunnableCommand
  5. case class ShowModelsCommand() extends LogicalPlan with ModelCommand with Product with Serializable

Value Members

  1. object ModelCommand

Ungrouped