package execution
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait DeltaConvertBase extends AnyRef
-
trait
DeltaTableOperations extends AnalysisHelper
Interface to provide the actual implementations of DeltaTable operations.
- case class DescribeDeltaHistoryCommand(path: Option[String], table: Option[TableIdentifier], limit: Option[Int]) extends LogicalPlan with RunnableCommand with Product with Serializable
-
case class
VacuumTableCommand(path: Option[String], table: Option[TableIdentifier], horizonHours: Option[Double], dryRun: Boolean) extends LogicalPlan with RunnableCommand with Product with Serializable
The
vacuumcommand implementation for Spark SQL.The
vacuumcommand implementation for Spark SQL. Example SQL:VACUUM ('/path/to/dir' | delta.`/path/to/dir`) [RETAIN number HOURS] [DRY RUN];
Value Members
- object DeltaConvert extends DeltaConvertBase