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 am unable to perform this kind of query.. getting the following error message:
'Unexpected kw_overlaps token: "overlaps". Instead, I was expecting to see one of the following:\n' +
'\n' +
' - A "op_cast" token\n' +
' - A "lbracket" token\n' +
' - A "kw_is" token\n' +
' - A "kw_notnull" token\n' +
' - A "kw_is" token\n' +
' - A "kw_isnull" token\n' +
It looks like OVERLAPS is not supported.. can I add this in using registerOperator or registerFunction? I believe this is the only thing not supported in my entire API.
The text was updated successfully, but these errors were encountered:
Hello -- absolutely LOVE this library. We've completely built our unit and e2e testing around it and it is super slick.
I had a question regarding supporting an operator:
OVERLAPS
which appears to not be supported:I am unable to perform this kind of query.. getting the following error message:
It looks like
OVERLAPS
is not supported.. can I add this in usingregisterOperator
orregisterFunction
? I believe this is the only thing not supported in my entire API.The text was updated successfully, but these errors were encountered: