package execution
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CreateModelCommand(name: String, ifNotExists: Boolean, flavor: Option[String], modelType: Option[String], returns: Option[String], uri: Option[String], table: Option[TableIdentifier], replace: Boolean, options: Map[String, String]) extends LogicalPlan with ModelCommand with LazyLogging with Product with Serializable
- case class DescribeModelCommand(name: String) extends LogicalPlan with ModelCommand with Product with Serializable
- case class DropModelCommand(name: String) extends LogicalPlan with ModelCommand with Product with Serializable
- trait ModelCommand extends LogicalPlan with RunnableCommand
- case class ShowModelsCommand() extends LogicalPlan with ModelCommand with Product with Serializable
Value Members
- object ModelCommand