minio/pkg/s3select
Ashish Kumar Sinha 670f9788e3 Count(*) to give integer value (#6564)
The Max, Min functions were giving float value even when they were integers.  
Resolved max and Min to return integers in that scenario.

Fixes #6472
2018-10-04 17:33:53 -07:00
..
errors.go S3 Select API Support for CSV (#6127) 2018-08-15 03:30:19 -07:00
funcEval.go S3 Select API Support for CSV (#6127) 2018-08-15 03:30:19 -07:00
helpers.go Count(*) to give integer value (#6564) 2018-10-04 17:33:53 -07:00
input.go Send progress only when requested by client in SelectObject (#6467) 2018-09-17 11:52:46 +05:30
output.go S3 Select API Support for CSV (#6127) 2018-08-15 03:30:19 -07:00
select.go select: fix int overflow of math.MaxInt64 on ARM (#6317) 2018-08-22 16:16:04 +05:30
select_test.go Count(*) to give integer value (#6564) 2018-10-04 17:33:53 -07:00