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 might be complex - check in first before spending too much time :P
See sample DuckDB SQL in #48. Some postprocessing of the arguments will be required to properly handle the indices (e.g. filters[0][value], filters[1][value] which order doesn't matter to us).
The text was updated successfully, but these errors were encountered:
This was previously done in the following:
...but the code is pretty old.
TODOs:
visit_id
individually.See sample DuckDB SQL in #48. Some postprocessing of the arguments will be required to properly handle the indices (e.g.
filters[0][value]
,filters[1][value]
which order doesn't matter to us).The text was updated successfully, but these errors were encountered: