minio/pkg/s3select
Harshavardhana f162d7bd97 Performance improvements by re-using record buffer (#6622)
Avoid unnecessary pointer reference allocations
when not needed, for example

- *SelectFuncs{}
- *Row{}
2018-10-31 08:48:01 +05:30
..
format Performance improvements by re-using record buffer (#6622) 2018-10-31 08:48:01 +05:30
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 SQL select query for CSV/JSON (#6648) 2018-10-22 12:12:22 -07:00
helpers.go Performance improvements by re-using record buffer (#6622) 2018-10-31 08:48:01 +05:30
input.go Performance improvements by re-using record buffer (#6622) 2018-10-31 08:48:01 +05:30
output.go SQL select query for CSV/JSON (#6648) 2018-10-22 12:12:22 -07:00
select.go Performance improvements by re-using record buffer (#6622) 2018-10-31 08:48:01 +05:30
select_test.go SQL select query for CSV/JSON (#6648) 2018-10-22 12:12:22 -07:00