Function opendp::trans::dataframe::make_create_dataframe[][src]

pub fn make_create_dataframe<K>(
    col_names: Vec<K>
) -> Fallible<Transformation<VectorDomain<VectorDomain<AllDomain<String>>>, DataFrameDomain<K>, SymmetricDistance, SymmetricDistance>> where
    K: 'static + Eq + Hash + Clone + CheckNull