Function fdb_rl::split_helper::delete

source ·
pub async fn delete<Tr>(
    tr: &Tr,
    maybe_scan_limiter: &Option<ScanLimiter>,
    maybe_subspace: &Option<Subspace>,
    primary_key: &Tuple
) -> FdbResult<()>where
    Tr: Transaction,
Expand description

Delete the serialized representation of a record.

Warning: This function is not meant to be public. We need to make this function public to support integration tests. Do not use this function in your code.