Packages

p

org.apache.spark.sql.delta

tablefeatures

package tablefeatures

Type Members

  1. case class DropFeature(featureName: String, truncateHistory: Boolean) extends TableChange with Product with Serializable

    Change to remove a feature from a table.

    Change to remove a feature from a table.

    featureName

    The name of the feature

    truncateHistory

    When true we set the minimum log retention period and clean up metadata.

Ungrouped