Function mule::schema_inference::infer_column_types[][src]

pub async fn infer_column_types<T: Typer>(
    reader: impl AsyncRead + Unpin,
    skip_first_row: bool,
    inference_depth: usize,
    separator: &str,
    text_quote: &str,
    text_quote_escape: &str,
    typer: T
) -> Result<Vec<T::TypeTag>>