miller/internal/pkg/input
2021-12-12 23:35:53 -05:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
pseudo_reader_gen.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_csv.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_csvlite.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_dkvp.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_factory.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_json.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_nidx.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00
record_reader_xtab.go Singleton-list step for reader-batching at input 2021-12-12 23:35:53 -05:00

Logic for parsing disk-file/standard-input byte streams into records.

There is one record-reader type per supported input file format, and a factory method.