// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
pub mod all_nan;
pub mod all_non_distinct;
pub mod all_non_nan;
pub mod all_non_null;
pub mod all_null;
pub mod bounded_max;
pub mod bounded_min;
pub mod count;
pub mod first;
pub mod is_constant;
pub mod is_sorted;
pub mod last;
pub mod max;
pub mod mean;
pub mod min;
pub mod min_max;
pub mod nan_count;
pub mod null_count;
pub mod sum;
pub mod uncompressed_size_in_bytes;