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 all Predicate features in queries

See original GitHub issue
  • LIKE
  • IN
  • BETWEEN
  • Collection Aggregates: .@count, .@sum, .@avg, .@min, .@max.
  • Collection queries: ANY, NONE
  • Subqueries
  • Keypath substitution %K

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:6
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ironagecommented, Feb 13, 2018

Like, and the collection aggregates (.@count, .@sum, .@avg, .@min, .@max) are supported since version 2.2.0.

ANY can be used currently since it is implied over list properties (eg: items.price > 10 will return objects that have any items in their list with a price > 10).

Support for ANY, SOME, ALL, NONE, subqueries, and IN is in review and will be available soon.

0reactions
michelalberscommented, Dec 3, 2017

Is there a timetable for this? ANY, NONE and @count would be super useful.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using predicates in queries - Sybase Infocenter
A predicate is a conditional expression that, combined with the logical operators AND and OR, makes up the set of conditions in a...
Read more >
Overview of Predicates | InterSystems SQL Reference
A predicate is a condition expression that evaluates to a boolean value, either true or false. Predicates can be used as follows: In...
Read more >
Predicates - SQL Server - Microsoft Learn
A predicate is an expression that evaluates to TRUE, FALSE, or UNKNOWN. Predicates are used in the search condition of WHERE clauses and...
Read more >
Predicates in SQL
Predicates are keywords that specify a relationship between two expressions. ... In a comparison predicate, expression2 can be a subquery. If ...
Read more >
Queries on Links and Hierarchies - W3C
A query is a request for information about a predicate-location mapping; in practice, it will take very different forms depending on the domain....
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