vortex_array/scalar_fn/unstable/mod.rs
1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4//! Experimental scalar-function APIs without compatibility guarantees.
5//!
6//! These APIs can change or disappear without a deprecation period. External users must enable
7//! the corresponding `unstable_*` Cargo feature before importing them.
8
9pub mod row;