vortex-array 0.85.0

Vortex in memory columnar data format
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors

//! Experimental scalar-function APIs without compatibility guarantees.
//!
//! These APIs can change or disappear without a deprecation period. External users must enable
//! the corresponding `unstable_*` Cargo feature before importing them.

pub mod row;