v.1.1.54388Experimental Feature

Added Conditional Calculation for 'and' Arguments

Added the ability to calculate and arguments only where they are needed (Anastasia Tsarkova)
Added the ability to calculate AND arguments only where they are needed to optimize query evaluation.

Why it matters

This feature improves query performance by avoiding unnecessary calculations of AND condition arguments when their values do not affect the overall result, thus reducing computation overhead.

How to use it

This optimization is applied automatically in query evaluation; users do not need to enable it explicitly. Queries involving AND conditions will benefit from this enhancement without any syntax changes.