pub fn delete_node<E: StorageEngine>(
engine: &E,
table: &str,
entity_id: EntityId,
max_layer: usize,
) -> Result<bool, VectorError>Expand description
Delete a node from storage.
pub fn delete_node<E: StorageEngine>(
engine: &E,
table: &str,
entity_id: EntityId,
max_layer: usize,
) -> Result<bool, VectorError>Delete a node from storage.