minio/pkg/s3select/csv
Aditya Manthramurthy f4879ed96d Use jstream to serialize records to JSON format in S3Select (#7318)
- Also, switch to jstream to generate internal record representation
  from CSV/JSON readers

- This fixes a bug in which JSON output objects have their keys
  reversed from the order they are specified in the Select columns.

- Also includes a fix for tests.
2019-03-07 00:20:10 -08:00
..
args.go Fix S3 Select request XML parsing (#7202) 2019-02-06 13:25:52 -08:00
errors.go Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
reader.go Allow lazyQuotes for certain types of CSV (#7278) 2019-02-24 06:51:02 -08:00
record.go Use jstream to serialize records to JSON format in S3Select (#7318) 2019-03-07 00:20:10 -08:00