miller/internal/pkg/input
2021-12-13 00:23:24 -05:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
pseudo_reader_gen.go Fix record-batching for join and repl 2021-12-13 00:10:35 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_reader.go channelize XTAB reader 2021-12-12 23:37:03 -05:00
record_reader_csv.go Fix record-batching for join and repl 2021-12-13 00:10:35 -05:00
record_reader_csvlite.go Fix record-batching for join and repl 2021-12-13 00:10:35 -05:00
record_reader_dkvp_nidx.go Fix record-batching for join and repl 2021-12-13 00:10:35 -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 Fix record-batching for join and repl 2021-12-13 00:10:35 -05:00
record_reader_xtab.go Fix comment-handling in channelized XTAB reader 2021-12-13 00:23:24 -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.