class

Storage::KeyValueStore::WriteBatch

Inherits Reference / Object

Constructors

new(kv : KeyValueStore)
Source

Instance methods

delete_index_entry(table_id : UUID, index_id : UUID, index_value : Bytes, counter : Int32, primary_key : Bytes)
Source
delete_row(table_id : UUID, primary_key : Bytes) : Bytes | Nil
Source
raw_batch
Source
set_index_entry(table_id : UUID, index_id : UUID, index_value : Bytes, counter : Int32, primary_key : Bytes)
Source
set_row(table_id : UUID, primary_key : Bytes, data : Bytes)
Source