minio/pkg/s3select/sql
2019-02-13 16:32:59 -08:00
..
aggregation.go COUNT() function in select should return an int (#7243) 2019-02-13 16:32:59 -08:00
analysis.go Add support for Timestamp data type in SQL Select (#7185) 2019-02-04 20:54:45 -08:00
errors.go Add new SQL parser to support S3 Select syntax (#7102) 2019-01-28 17:59:48 -08:00
evaluate.go Add support for Timestamp data type in SQL Select (#7185) 2019-02-04 20:54:45 -08:00
funceval.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
parser.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
parser_test.go Add new SQL parser to support S3 Select syntax (#7102) 2019-01-28 17:59:48 -08:00
record.go Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
statement.go Evaluate where clause in aggregation queries (#7235) 2019-02-12 13:54:26 -08:00
stringfuncs.go Add new SQL parser to support S3 Select syntax (#7102) 2019-01-28 17:59:48 -08:00
stringfuncs_test.go Add new SQL parser to support S3 Select syntax (#7102) 2019-01-28 17:59:48 -08:00
timestampfuncs.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
timestampfuncs_test.go Add support for Timestamp data type in SQL Select (#7185) 2019-02-04 20:54:45 -08:00
utils.go Add new SQL parser to support S3 Select syntax (#7102) 2019-01-28 17:59:48 -08:00
value.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30