lance 8.0.0

A columnar data format that is 100x faster than Parquet for random access.
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

// NOTE: we only create one integration test binary, to keep compilation overhead down.

mod count_pushdown;
#[cfg(feature = "slow_tests")]
mod query;
#[cfg(feature = "slow_tests")]
mod utils;