Docs.rs
  • datasketches-sys-0.1.2
    • datasketches-sys 0.1.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • notfilippo
    • Dependencies
      • cxx ^1.0 normal
      • cxx-build ^1.0 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

datasketches_sys0.1.2

Crate Items

  • Structs
  • Constants
  • Functions

List of all items

Structs

  • cpc::ffi::cpc_sketch
  • cpc::ffi::cpc_union
  • hll::ffi::hll_sketch
  • hll::ffi::hll_union
  • hll::ffi::target_hll_type

Functions

  • cpc::ffi::cpc_sketch_copy
  • cpc::ffi::cpc_sketch_deserialize
  • cpc::ffi::cpc_sketch_new
  • cpc::ffi::cpc_sketch_serialize
  • cpc::ffi::cpc_sketch_to_string
  • cpc::ffi::cpc_union_copy
  • cpc::ffi::cpc_union_get_result
  • cpc::ffi::cpc_union_new
  • hll::ffi::hll_rel_error
  • hll::ffi::hll_sketch_copy
  • hll::ffi::hll_sketch_copy_with_target
  • hll::ffi::hll_sketch_deserialize
  • hll::ffi::hll_sketch_new
  • hll::ffi::hll_sketch_serialize_compact
  • hll::ffi::hll_sketch_serialize_updatable
  • hll::ffi::hll_sketch_to_string
  • hll::ffi::hll_union_copy
  • hll::ffi::hll_union_get_result
  • hll::ffi::hll_union_new

Constants

  • cpc::DEFAULT_LG_K
  • cpc::DEFAULT_SEED
  • cpc::MAX_LG_K
  • cpc::MIN_LG_K
  • hll::DEFAULT_LG_CONFIG_K
  • hll::MAX_LG_CONFIG_K
  • hll::MIN_LG_CONFIG_K