mirror of https://github.com/minio/minio.git
2786055df4
- New parser written from scratch, allows easier and complete parsing of the full S3 Select SQL syntax. Parser definition is directly provided by the AST defined for the SQL grammar. - Bring support to parse and interpret SQL involving JSON path expressions; evaluation of JSON path expressions will be subsequently added. - Bring automatic type inference and conversion for untyped values (e.g. CSV data). |
||
---|---|---|
.. | ||
aggregation.go | ||
analysis.go | ||
errors.go | ||
evaluate.go | ||
funceval.go | ||
parser.go | ||
parser_test.go | ||
record.go | ||
statement.go | ||
stringfuncs.go | ||
stringfuncs_test.go | ||
utils.go | ||
value.go |