minio/pkg/s3select/sql
Aditya Manthramurthy e463386921 Add JSON Path expression evaluation support (#7315)
- Includes support for FROM clause JSON path
2019-03-09 08:13:37 -08:00
..
jsondata Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -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 JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
evaluate.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
funceval.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30
jsonpath.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
jsonpath_test.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
parser.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
parser_test.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
record.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
statement.go Add JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -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 JSON Path expression evaluation support (#7315) 2019-03-09 08:13:37 -08:00
value.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30