async fn copy_cf(
services: &Services,
source_name: &'static str,
target_name: &'static str,
) -> Result<usize>Expand description
Copies every row of one column verbatim into another whose key and value share the same byte layout, so neither needs reserialization.