arrs-cli 0.1.3

Command-line tool for inspecting Lance and other Arrow-based datasets.
Documentation
1
2
3
4
5
6
7
8
9
//! Subcommands that require a Lance dataset (`ds.lance().is_some()`).
//!
//! Their `run()` functions error with `Error::NotLance` if invoked against a
//! non-Lance adapter. Format-agnostic commands stay one directory up.

pub mod branches;
pub mod indices;
pub mod tags;
pub mod versions;