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
I would like to add an 'AboutEqual' operator to the query such that the query field aeq number would get mapped to a query that uses func.abs(Table.field - number) < 0.1*number. How could I do this? I'm quite new to SLY, but looking at the metaclasses it uses, it seems not very trivial to subclass. Would you have any advice?
The text was updated successfully, but these errors were encountered:
I would like to add an 'AboutEqual' operator to the query such that the query
field aeq number
would get mapped to a query that usesfunc.abs(Table.field - number) < 0.1*number
. How could I do this? I'm quite new to SLY, but looking at the metaclasses it uses, it seems not very trivial to subclass. Would you have any advice?The text was updated successfully, but these errors were encountered: