Skip to content
Discussion options

You must be logged in to vote
project *: (filter (and e >= T, s < T): tag-scan d, VAL)

means it will use the index of d.

it wil jump to the first key that d == VAL, and scan over it until the last key that d == VAL, and filter out via the condition (and e >= T, s < T).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@yatriks
Comment options

@PragmaTwice
Comment options

Answer selected by yatriks
@yatriks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants