Docs.rs
datafusion-expr-43.0.0
datafusion-expr 43.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
kou
nevi-me
alamb
Dependencies
ahash ^0.8
normal
arrow ^53.2.0
normal
arrow-array ^53.2.0
normal
arrow-buffer ^53.2.0
normal
chrono ^0.4.38
normal
datafusion-common ^43.0.0
normal
datafusion-expr-common ^43.0.0
normal
datafusion-functions-aggregate-common ^43.0.0
normal
datafusion-functions-window-common ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
indexmap ^2.0.0
normal
paste ^1.0
normal
serde_json ^1
normal
sqlparser ^0.51.0
normal
strum ^0.26.1
normal
strum_macros ^0.26.0
normal
ctor ^0.2.0
dev
env_logger ^0.11
dev
Versions
83.94%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
expr
43.0.0
Module groups_
accumulator
Module Items
Enums
Traits
In crate datafusion_
expr
datafusion_expr
Module
groups_accumulator
Copy item path
Source
Enums
§
EmitTo
Describes how many rows should be emitted during grouping.
Traits
§
Groups
Accumulator
GroupsAccumulator
implements a single aggregate (e.g. AVG) and stores the state for
all
groups internally.