1
0
mirror of https://github.com/minio/minio.git synced 2025-01-22 12:13:16 -05:00

4 Commits

Author SHA1 Message Date
Klaus Post
88fd1cba71
select: add MISSING operator support ()
Probably not full support, but for regular checks it should work.

Fixes 
2022-02-25 12:31:19 -08:00
Klaus Post
2cea944cdb
select: Allow lower case 'is' ()
Ref: 
2022-02-24 09:10:48 -08:00
Klaus Post
91f72f25ab
select: Return early from bool AND, OR ()
Return as soon as an AND fails and whenever an OR succeeds. Faster and more flexible.

For example makes `select * from S3object where _2 != '' AND _2 > 1` able to operate on empty fields.

Followup to 
2021-12-15 16:47:21 -08:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00