package v2
Type Members
- 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
- 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
- case class DropReferenceExec(output: Seq[Attribute], branch: String, currentCatalog: CatalogPlugin, isBranch: Boolean, catalog: Option[String]) extends BaseDropReferenceExec with Product with Serializable
- case class ListReferenceExec(output: Seq[Attribute], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseListReferenceExec with Product with Serializable
- case class MergeBranchExec(output: Seq[Attribute], branch: Option[String], currentCatalog: CatalogPlugin, toRefName: Option[String], catalog: Option[String]) extends BaseMergeBranchExec with Product with Serializable
- case class NessieExtendedDataSourceV2Strategy(spark: SparkSession) extends Strategy with Product with Serializable
- case class ShowLogExec(output: Seq[Attribute], branch: Option[String], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseShowLogExec with Product with Serializable
- case class ShowReferenceExec(output: Seq[Attribute], currentCatalog: CatalogPlugin, catalog: Option[String]) extends BaseShowReferenceExec with Product with Serializable
- case class UseReferenceExec(output: Seq[Attribute], branch: String, currentCatalog: CatalogPlugin, timestampOrHash: Option[String], catalog: Option[String]) extends BaseUseReferenceExec with Product with Serializable