# Generated by roxygen2: do not edit by hand

S3method(as.character,array_of_doubles_sketch)
S3method(as.character,bloom_filter)
S3method(as.character,count_min_sketch)
S3method(as.character,cpc_sketch)
S3method(as.character,ebpps_sketch)
S3method(as.character,frequent_items_sketch)
S3method(as.character,hll_sketch)
S3method(as.character,kll_doubles_sketch)
S3method(as.character,kll_floats_sketch)
S3method(as.character,req_sketch)
S3method(as.character,tdigest_double_sketch)
S3method(as.character,theta_sketch)
S3method(as.character,varopt_sketch)
S3method(format,array_of_doubles_sketch)
S3method(format,bloom_filter)
S3method(format,count_min_sketch)
S3method(format,cpc_sketch)
S3method(format,ebpps_sketch)
S3method(format,frequent_items_sketch)
S3method(format,hll_sketch)
S3method(format,kll_doubles_sketch)
S3method(format,kll_floats_sketch)
S3method(format,req_sketch)
S3method(format,tdigest_double_sketch)
S3method(format,theta_sketch)
S3method(format,varopt_sketch)
S3method(print,array_of_doubles_sketch)
S3method(print,bloom_filter)
S3method(print,count_min_sketch)
S3method(print,cpc_sketch)
S3method(print,ebpps_sketch)
S3method(print,frequent_items_sketch)
S3method(print,hll_sketch)
S3method(print,kll_doubles_sketch)
S3method(print,kll_floats_sketch)
S3method(print,req_sketch)
S3method(print,tdigest_double_sketch)
S3method(print,theta_sketch)
S3method(print,varopt_sketch)
S3method(summary,array_of_doubles_sketch)
S3method(summary,bloom_filter)
S3method(summary,count_min_sketch)
S3method(summary,cpc_sketch)
S3method(summary,ebpps_sketch)
S3method(summary,frequent_items_sketch)
S3method(summary,hll_sketch)
S3method(summary,kll_doubles_sketch)
S3method(summary,kll_floats_sketch)
S3method(summary,req_sketch)
S3method(summary,tdigest_double_sketch)
S3method(summary,theta_sketch)
S3method(summary,varopt_sketch)
export(array_of_doubles)
export(array_of_doubles_difference)
export(array_of_doubles_intersection)
export(array_of_doubles_union)
export(bloom_filter)
export(bloom_filter_suggest_num_filter_bits)
export(bloom_filter_suggest_num_hashes)
export(count_min)
export(count_min_suggest_num_buckets)
export(count_min_suggest_num_hashes)
export(cpc)
export(ebpps)
export(frequent_items)
export(hll)
export(kll_doubles)
export(kll_floats)
export(req)
export(tdigest_double)
export(theta)
export(theta_difference)
export(theta_intersection)
export(theta_jaccard)
export(theta_union)
export(varopt)
export(varopt_union)
importFrom(R6,R6Class)
useDynLib(data.sketches, .registration = TRUE)
