Packages

p

io.delta.tables

execution

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DeltaConvertBase extends AnyRef
  2. trait DeltaTableOperations extends AnalysisHelper

    Interface to provide the actual implementations of DeltaTable operations.

  3. case class DescribeDeltaHistoryCommand(path: Option[String], table: Option[TableIdentifier], limit: Option[Int]) extends LogicalPlan with RunnableCommand with Product with Serializable
  4. case class VacuumTableCommand(path: Option[String], table: Option[TableIdentifier], horizonHours: Option[Double], dryRun: Boolean) extends LogicalPlan with RunnableCommand with Product with Serializable

    The vacuum command implementation for Spark SQL.

    The vacuum command implementation for Spark SQL. Example SQL:

    VACUUM ('/path/to/dir' | delta.`/path/to/dir`) [RETAIN number HOURS] [DRY RUN];

Value Members

  1. object DeltaConvert extends DeltaConvertBase

Ungrouped