Skip to main content

reifydb_function/math/aggregate/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2025 ReifyDB
3
4pub mod avg;
5pub mod count;
6pub mod max;
7pub mod min;
8pub mod sum;