// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors
//! High-performance [Apache Arrow](https://docs.rs/arrow/latest/arrow/) native Linear Algebra algorithms.
use ArrowError;
pub
pub use Clustering;
type Error = ArrowError;
pub type Result<T> = Result;