pub async fn read_sstable(
sstable_path: &Path,
schema_path: &Path,
limit: Option<usize>,
skip: Option<usize>,
_generation: Option<u32>,
format: OutputFormat,
auto_detect: bool,
cassandra_version: Option<String>,
) -> Result<()>Expand description
Read and display SSTable directory or file data with schema