lance_encoding/previous/
encodings.rs

1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright The Lance Authors
3
4//! Legacy code for the 2.0 format that is no longer used in 2.1+
5
6pub mod logical;
7pub mod physical;