# Functions
CSVDateExtractor returns a DateExtractor for csv row date extraction.
Glob will match to files and folder
Supports the same globing patterns as provided in *nix terminals.
JSONDateExtractor returns a DateExtractor for json object date extraction.
List is a generic List function that will call the correct type of implementation based on the file schema, aka 's3://'.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadLines is a high-level utility that will read all the lines of a reader and call f when the number of bytes is > 0.
Stat returns a summary stats of a file or directory.
# Structs
No description provided by the author
Options presents general options across all stats readers and writers.
No description provided by the author
WriteByHour writes to hourly files based on the extracted time.Time from the WriteLine bytes.
# Type aliases
DateExtractor defines a type that will parse raw bytes and attempt to extract a time.Time value.