Support for using functions in filters
See original GitHub issueI 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:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.
Available in v2.0.0