View Source Indexed.Actions.Drop (Indexed v0.3.4)
An index action where a record is deleted.
- For each prefilter, drop record from id list indexes.
- For each prefilter, drop record from uniques.
- Drop record itself from id-keyed lookup table.
Link to this section Summary
Types
:current_view
- View struct currently being updated.:entity_name
- Entity name being operated on.:index
- SeeIndexed.t/0
.:record
- The new record being added in the drop operation.
Functions
Add or update a record, along with the indexes to reflect the change.
Link to this section Types
@type t() :: %Indexed.Actions.Drop{ current_view: Indexed.View.t() | nil, entity_name: atom(), index: Indexed.t(), record: Indexed.record() }
:current_view
- View struct currently being updated.:entity_name
- Entity name being operated on.:index
- SeeIndexed.t/0
.:record
- The new record being added in the drop operation.
Link to this section Functions
Add or update a record, along with the indexes to reflect the change.