pub fn ingest_from_path_infer(
path: impl AsRef<Path>,
options: &IngestionOptions,
) -> IngestionResult<DataSet>Expand description
Convenience wrapper: infer schema and then ingest.
pub fn ingest_from_path_infer(
path: impl AsRef<Path>,
options: &IngestionOptions,
) -> IngestionResult<DataSet>Convenience wrapper: infer schema and then ingest.