Docs.rs
  • datafusion-functions-aggregate-common-47.0.0
    • datafusion-functions-aggregate-common 47.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 ^55.0.0 normal
      • datafusion-common ^47.0.0 normal
      • datafusion-expr-common ^47.0.0 normal
      • datafusion-physical-expr-common ^47.0.0 normal
      • criterion ^0.5.1 dev
      • rand ^0.8.5 dev
    • Versions
    • 68.37% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

datafusion_functions_aggregate_common47.0.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • accumulator::AccumulatorArgs
  • accumulator::StateFieldsArgs
  • aggregate::count_distinct::BytesDistinctCountAccumulator
  • aggregate::count_distinct::BytesViewDistinctCountAccumulator
  • aggregate::count_distinct::FloatDistinctCountAccumulator
  • aggregate::count_distinct::PrimitiveDistinctCountAccumulator
  • aggregate::groups_accumulator::GroupsAccumulatorAdapter
  • aggregate::groups_accumulator::accumulate::NullState
  • aggregate::groups_accumulator::bool_op::BooleanGroupsAccumulator
  • aggregate::groups_accumulator::prim_op::PrimitiveGroupsAccumulator
  • tdigest::Centroid
  • tdigest::TDigest
  • utils::DecimalAverager
  • utils::Hashable

Enums

  • order::AggregateOrderSensitivity
  • stats::StatsType

Traits

  • aggregate::groups_accumulator::VecAllocExt
  • tdigest::TryIntoF64

Functions

  • aggregate::groups_accumulator::accumulate::accumulate
  • aggregate::groups_accumulator::accumulate::accumulate_indices
  • aggregate::groups_accumulator::accumulate::accumulate_multiple
  • aggregate::groups_accumulator::nulls::apply_filter_as_nulls
  • aggregate::groups_accumulator::nulls::filtered_null_mask
  • aggregate::groups_accumulator::nulls::set_nulls
  • aggregate::groups_accumulator::nulls::set_nulls_dyn
  • merge_arrays::merge_ordered_arrays
  • utils::adjust_output_array
  • utils::get_accum_scalar_values_as_arrays
  • utils::get_sort_options
  • utils::ordering_fields

Type Aliases

  • accumulator::AccumulatorFactoryFunction

Constants

  • tdigest::DEFAULT_MAX_SIZE