pub fn open<T: AsRef<str>>(file_path: T) -> Result<Arc<Dataset>, LadduError>
Open a Parquet file and read the data into a Dataset.
Dataset