Struct infinitree::fields::strategy::SparseField[][src]

pub struct SparseField<Field> {
    pub field: Field,
}
Expand description

Stores values in the object pool, while keeping keys in the index

Fields

field: Field

Trait Implementations

Use this strategy to load the collection. Read more

The key that the predicate will use to decide whether to pull more data into memory. Read more

The serialized record format. This type will typically implement serde::Serialize Read more

This is equivalent to Iterator::Item, and should contain a full record that can be inserted into the in-memory store. Read more

Get the key based on the deserialized data. You want this to be a reference that’s easy to derive from the serialized data. Read more

Load the full record, and return it

Store the deserialized record in the collection

This function is called when initializing an iterator. It will typically read one-off book keeping information from the header of the field transaction. Read more

Use this strategy to load the collection. Read more

The key that the predicate will use to decide whether to pull more data into memory. Read more

The serialized record format. This type will typically implement serde::Serialize Read more

This is equivalent to Iterator::Item, and should contain a full record that can be inserted into the in-memory store. Read more

Get the key based on the deserialized data. You want this to be a reference that’s easy to derive from the serialized data. Read more

Load the full record, and return it

Store the deserialized record in the collection

This function is called when initializing an iterator. It will typically read one-off book keeping information from the header of the field transaction. Read more

Use this strategy to load the collection. Read more

The key that the predicate will use to decide whether to pull more data into memory. Read more

The serialized record format. This type will typically implement serde::Serialize Read more

This is equivalent to Iterator::Item, and should contain a full record that can be inserted into the in-memory store. Read more

Get the key based on the deserialized data. You want this to be a reference that’s easy to derive from the serialized data. Read more

Load the full record, and return it

Store the deserialized record in the collection

This function is called when initializing an iterator. It will typically read one-off book keeping information from the header of the field transaction. Read more

Use this strategy to load the collection. Read more

The key that the predicate will use to decide whether to pull more data into memory. Read more

The serialized record format. This type will typically implement serde::Serialize Read more

This is equivalent to Iterator::Item, and should contain a full record that can be inserted into the in-memory store. Read more

Get the key based on the deserialized data. You want this to be a reference that’s easy to derive from the serialized data. Read more

Load the full record, and return it

Store the deserialized record in the collection

This function is called when initializing an iterator. It will typically read one-off book keeping information from the header of the field transaction. Read more

Store the contents of the field into the index. The field itself needs to track whether this should be a complete rewrite or an upsert. Read more

Store the contents of the field into the index. The field itself needs to track whether this should be a complete rewrite or an upsert. Read more

Store the contents of the field into the index. The field itself needs to track whether this should be a complete rewrite or an upsert. Read more

Store the contents of the field into the index. The field itself needs to track whether this should be a complete rewrite or an upsert. Read more

Instantiate a new Strategy.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Execute a load action. Read more

The key that the predicate will use to decide whether to pull more data into memory. Read more

Load items into memory based on a predicate Read more

Should always be Self

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more