Interface LayerUpdater
public interface LayerUpdater
Trait to represent a layer updater to mutate a layer by deleting some partitions
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.spark.sql.Dataset<org.apache.spark.sql.Row>Delete partitions matching the given queryAdds an input option for the underlying data source.Adds an input option for the underlying data source.Adds an input option for the underlying data source.
-
Method Details
-
delete
Delete partitions matching the given query -
option
Adds an input option for the underlying data source. -
option
Adds an input option for the underlying data source. -
option
Adds an input option for the underlying data source.
-