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:TransactionBuilder
Build the transaction. Also validates the given info to ensure that a valid transaction can be created.- Specified by:
build
in interfaceTransactionBuilder
- Overrides:
build
in classTransactionBuilderImpl
- Parameters:
engine
-Engine
instance to use.
-