VM
Size: a a a
VM
IG
not
?АН
[:find ?e ?id
:where
[?e :user/pg-id ?id]
[(< ?id 5)]]
[:find ?e ?id
:where
[?e :user/pg-id ?id]
(not [(< ?id 5)])]
IG
[:find (count ?eid) .
:where [?eid :artist/name]
(not [?eid :artist/country :country/CA])]
IG
D
VM
[:find ?e ?id
:where
[?e :user/pg-id ?id]
[(< ?id 5)]]
[:find ?e ?id
:where
[?e :user/pg-id ?id]
(not [(< ?id 5)])]
IG
АН
VM
[:find ?e ?id
:where
[?e :user/pg-id ?id]
[(< ?id 5)]]
[:find ?e ?id
:where
[?e :user/pg-id ?id]
(not [(< ?id 5)])]
VM
IG
VM
'[:find ?e ?doc
:where
[?e :db/doc ?doc]
(not [(< ?e 5)])]
VM
IG
VM
IG
[:find ?e ?id
:where
[?e :user/pg-id ?id]
[(< ?id 5)]]
[:find ?e ?id
:where
[?e :user/pg-id ?id]
(not [(< ?id 5)])]
IG
processing rule: (q__198 ?e ?id), message: processing clause: ["not" [(< ?id 5)]], message: :db.error/invalid-lookup-ref Invalid list form: [(< ?id 5)]
IG
ВФ