Packages

package v2

Type Members

  1. case class AssignReferenceExec(output: Seq[Attribute], branch: String, isBranch: Boolean, currentCatalog: CatalogPlugin, toRefName: Option[String], toHash: Option[String], catalog: Option[String]) extends BaseAssignReferenceExec with Product with Serializable
  2. case class CreateReferenceExec(output: Seq[Attribute], branch: String, currentCatalog: CatalogPlugin, isBranch: Boolean, catalog: Option[String], createdFrom: Option[String], failOnCreate: Boolean) extends BaseCreateReferenceExec with Product with Serializable
  3. case class DropReferenceExec(output: Seq[Attribute], branch: String, currentCatalog: CatalogPlugin, isBranch: Boolean, catalog: Option[String]) extends BaseDropReferenceExec with Product with Serializable
  4. case class ListReferenceExec(output: Seq[Attribute], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseListReferenceExec with Product with Serializable
  5. case class MergeBranchExec(output: Seq[Attribute], branch: Option[String], currentCatalog: CatalogPlugin, toRefName: Option[String], catalog: Option[String]) extends BaseMergeBranchExec with Product with Serializable
  6. case class NessieExtendedDataSourceV2Strategy(spark: SparkSession) extends Strategy with Product with Serializable
  7. case class ShowLogExec(output: Seq[Attribute], branch: Option[String], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseShowLogExec with Product with Serializable
  8. case class ShowReferenceExec(output: Seq[Attribute], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseShowReferenceExec with Product with Serializable
  9. case class UseReferenceExec(output: Seq[Attribute], branch: String, currentCatalog: CatalogPlugin, timestampOrHash: Option[String], catalog: Option[String]) extends BaseUseReferenceExec with Product with Serializable

Ungrouped