pub struct CompactionFilterContext {
    pub is_full_compaction: bool,
    pub is_manual_compaction: bool,
}
Expand description

Context information of a compaction run

Fields

is_full_compaction: bool

Does this compaction run include all data files

is_manual_compaction: bool

Is this compaction requested by the client (true), or is it occurring as an automatic compaction process

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.