Skip to main content

copy_cf

Function copy_cf 

Source
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.