1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04: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
..