Packages

package logical

Type Members

  1. case class AssignReferenceCommand(reference: String, isBranch: Boolean, toRefName: Option[String], toHash: Option[String], catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  2. case class CreateReferenceCommand(reference: String, isBranch: Boolean, catalog: Option[String], fromReference: Option[String], failOnCreate: Boolean) extends LogicalPlan with Command with Product with Serializable
  3. case class DropReferenceCommand(reference: String, isBranch: Boolean, catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  4. case class ListReferenceCommand(catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  5. case class MergeBranchCommand(branch: Option[String], toRefName: Option[String], catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  6. case class ShowLogCommand(refName: Option[String], catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  7. case class ShowReferenceCommand(catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable
  8. case class UseReferenceCommand(branch: String, timestampOrHash: Option[String], catalog: Option[String]) extends LogicalPlan with Command with Product with Serializable

Ungrouped