minio/internal/s3select/sql
Harshavardhana 661b263e77
add gocritic/ruleguard checks back again, cleanup code. (#13665)
- remove some duplicated code
- reported a bug, separately fixed in #13664
- using strings.ReplaceAll() when needed
- using filepath.ToSlash() use when needed
- remove all non-Go style comments from the codebase

Co-authored-by: Aditya Manthramurthy <donatello@users.noreply.github.com>
2021-11-16 09:28:29 -08:00
..
jsondata rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
aggregation.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
analysis.go fix: use equalFold() instead of lower and compare (#13624) 2021-11-10 08:12:50 -08:00
errors.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
evaluate.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
funceval.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jsonpath.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
jsonpath_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
parser.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
parser_test.go fix: SQL select to honor limits properly for array queries (#13568) 2021-11-02 19:14:46 -07:00
record.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
statement.go fix: use equalFold() instead of lower and compare (#13624) 2021-11-10 08:12:50 -08:00
stringfuncs.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
stringfuncs_contrib_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
stringfuncs_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
timestampfuncs.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
timestampfuncs_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
utils.go fix: use equalFold() instead of lower and compare (#13624) 2021-11-10 08:12:50 -08:00
value.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
value_contrib.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
value_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00