You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be used when non-deterministic runtime constant like Datetime.Now are used in the query but due to them being composed over, we cannot evaluate them on server in main query.
We can either evaluate DateTime.Now on client or run a command to get the value first (we would need to fix #11466), then pass the value to query as parameter to generate actual results.
The text was updated successfully, but these errors were encountered:
divega
changed the title
Query: Allow server evaluation of part of a query once per query
Query: Allow non-deterministic runtime constants to be evaluated once per query
Jul 16, 2018
This can be used when non-deterministic runtime constant like
Datetime.Now
are used in the query but due to them being composed over, we cannot evaluate them on server in main query.We can either evaluate DateTime.Now on client or run a command to get the value first (we would need to fix #11466), then pass the value to query as parameter to generate actual results.
The text was updated successfully, but these errors were encountered: