Docs.rs
  • datafusion-functions-aggregate-common-44.0.0
    • datafusion-functions-aggregate-common 44.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • alamb
    • xudong963
    • Dependencies
      • ahash ^0.8 normal
      • arrow ^53.3.0 normal
      • datafusion-common ^44.0.0 normal
      • datafusion-expr-common ^44.0.0 normal
      • datafusion-physical-expr-common ^44.0.0 normal
      • criterion ^0.5 dev
      • rand ^0.8 dev
    • Versions
    • 68.37% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

datafusion_functions_aggregate_common44.0.0

Module count_distinct

Module Items

  • Structs

In datafusion_functions_aggregate_common::aggregate

datafusion_functions_aggregate_common::aggregate

Module count_distinct

Source

Structsยง

  • BytesDistinctCountAccumulator
    Specialized implementation of COUNT DISTINCT for StringArray LargeStringArray, BinaryArray and LargeBinaryArray.
  • BytesViewDistinctCountAccumulator
    Specialized implementation of COUNT DISTINCT for StringViewArray and BinaryViewArray.
  • FloatDistinctCountAccumulator
  • PrimitiveDistinctCountAccumulator