Module dataflow::source::file[][src]

Structs

Represents an index into a file. Files are 1-indexed by Unix convention

Contains all information necessary to ingest data from file sources

Wraps a file, producing a stream that is tailed forever.

Enums

Strategies for streaming content from a file.

Functions

Blocking logic to read from a file, intended for its own thread.

Sends a sequence of records and activates a timely operator for each.