Skip to main content

detect_format

Function detect_format 

Source
pub fn detect_format(path: &Path) -> Result<Format>
Expand description

Determine which adapter should be used for path. Today we only support Lance; the function exists in match shape so a Parquet (or other) arm can be added without touching call sites.