Struct deltalake::checkpoints::CheckPointWriter[][src]

pub struct CheckPointWriter { /* fields omitted */ }
Expand description

Struct for writing checkpoints to the delta log.

Implementations

Creates a new CheckPointWriter.

Creates a new CheckPointWriter for the table URI.

Creates a new checkpoint at the specified version. NOTE: This method loads a new instance of delta table to determine the state to checkpoint.

Creates a new checkpoint at the specified version from the given DeltaTableState.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.