1
0
mirror of https://github.com/minio/minio.git synced 2025-04-06 04:40:38 -04:00

2 Commits

Author SHA1 Message Date
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