Module unified

Module unified 

Source
Expand description

Unified ingestion entrypoint.

Most callers should use ingest_from_path, which ingests a file into an in-memory crate::types::DataSet using a provided crate::types::Schema.

Structs§

IngestionOptions
Options controlling unified ingestion behavior.
IngestionRequest
Convenience helper for callers that want an owned request object.

Enums§

ExcelSheetSelection
How to choose sheet(s) when ingesting an Excel workbook.
IngestionFormat
Supported ingestion formats.

Functions§

infer_schema_from_path
Infer a Schema for an input file.
ingest_from_path
Unified ingestion entry point for path-based sources.
ingest_from_path_infer
Convenience wrapper: infer schema and then ingest.