Function open

Source
pub fn open<T: AsRef<str>>(file_path: T) -> Result<Arc<Dataset>, LadduError>
Expand description

Open a Parquet file and read the data into a Dataset.