Join Slack
Powered by
(Sorry if this is the wrong channel for questions....
# general
r
ramsey
09/17/2019, 4:57 PM
(Sorry if this is the wrong channel for questions...) If I have a non-trivial predicate on something like
pid
(for example,
WHERE (pid % 2) == 0
), is that going to be evaluated & turned into a list of pids to use as a constraint? (as in
context.constraints["pid"]
)
Open in Slack
Previous
Next