minio/pkg/s3select
Harshavardhana 4c7c571875 Support JSON to CSV and CSV to JSON output format conversion (#6910)
This PR implements one of the pending items in issue #6286
in S3 API a user can request CSV output for a JSON document
and a JSON output for a CSV document. This PR refactors
the code a little bit to bring this feature.
2018-12-07 14:55:32 -08:00
..
format Support JSON to CSV and CSV to JSON output format conversion (#6910) 2018-12-07 14:55:32 -08:00
datatypes.go SQL select query for CSV/JSON (#6648) 2018-10-22 12:12:22 -07:00
errors.go SQL select query for CSV/JSON (#6648) 2018-10-22 12:12:22 -07:00
evaluate.go Performance improvements to SELECT API on certain query operations (#6752) 2018-11-14 15:55:10 -08:00
helpers.go Performance improvements to SELECT API on certain query operations (#6752) 2018-11-14 15:55:10 -08:00
input.go Support JSON to CSV and CSV to JSON output format conversion (#6910) 2018-12-07 14:55:32 -08:00
output.go Performance improvements to SELECT API on certain query operations (#6752) 2018-11-14 15:55:10 -08:00
select.go Support JSON to CSV and CSV to JSON output format conversion (#6910) 2018-12-07 14:55:32 -08:00
select_test.go Performance improvements to SELECT API on certain query operations (#6752) 2018-11-14 15:55:10 -08:00