question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for using functions in filters

See original GitHub issue

I think it would be great to have an opportunity to use functions in queries. For example:

select count(*) from storageunithistory where pointInPolygon((lat, lon), ...)

Is there a workaround for this?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
ishiravcommented, Dec 13, 2018

@M1hacka - I’m working on functions support, I think I have a good solution which will allow writing very expressive query filters… Once I finish I’ll share it with you guys to get feedback.

0reactions
ishiravcommented, May 29, 2020

Available in v2.0.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

FILTER function - Microsoft Support
The FILTER function allows you to filter a range of data based on criteria you define.
Read more >
Excel FILTER function with formula examples - Ablebits
The FILTER function in Excel is used to filter a range of data based on the criteria that you specify. The function belongs...
Read more >
Using functions to create filters - HighBond
You can use an Analytics function to create a filter. Different functions allow you to create different kinds of filters, depending on your...
Read more >
Using the AND, OR, and NOT functions - Google Ads Editor Help
Using AND and OR. By default, multiple filter conditions are "ANDed" together, meaning all filter conditions must match an item for it to...
Read more >
<filter-function> - CSS: Cascading Style Sheets | MDN
The <filter-function> CSS data type represents a graphical effect that can change the appearance of an input image. It is used in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found