lance-encoding-datafusion 0.21.0

Encoders and decoders for the Lance file format that rely on datafusion
1
2
3
4
5
6
7
8
# lance-encoding-datafusion

`lance-encoding-datafusion` is an internal sub-crate, containing encoders and
decoders for the Lance file format that rely on Datafusion. Partly this is to
keep the size of `lance-encoding` small and partly this is to prove that
encodings are extensible.

**Important Note**: This crate is **not intended for external usage**.