Expand description
Source implementation modules.
Modulesยง
- csv_
source - Column-mapped CSV file source implementation.
- file_
source - Generic configurable filesystem-backed source implementation.
- in_
memory_ source - In-memory source backed by a
Vec<DataRecord>.