Package io.delta.kernel.internal
Class ReplaceTableTransactionBuilderImpl
Object
io.delta.kernel.internal.TransactionBuilderImpl
io.delta.kernel.internal.ReplaceTableTransactionBuilderImpl
- All Implemented Interfaces:
TransactionBuilder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.delta.kernel.internal.TransactionBuilderImpl
withClusteringColumns, withDomainMetadataSupported, withLogCompactionInverval, withMaxRetries, withPartitionColumns, withSchema, withTableProperties, withTablePropertiesRemoved, withTransactionId
-
Constructor Details
-
ReplaceTableTransactionBuilderImpl
-
-
Method Details
-
build
Description copied from interface:TransactionBuilderBuild the transaction. Also validates the given info to ensure that a valid transaction can be created.- Specified by:
buildin interfaceTransactionBuilder- Overrides:
buildin classTransactionBuilderImpl- Parameters:
engine-Engineinstance to use.
-