File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 306
306
#?@(:clj ['eval-relation-plan
307
307
(let [eval (requiring-resolve 'inferenceql.query.plan/eval)]
308
308
#(generative-table/generative-table (eval % env bindings)))])
309
- #?@( :clj [ 'condition-all #(condition-all % bindings)
310
- 'condition-all-except #(condition-all %1 %2 bindings)] )
309
+ 'condition-all #(condition-all % bindings)
310
+ 'condition-all-except #(condition-all %1 %2 bindings)
311
311
'condition condition
312
312
'constrain constrain
313
313
'mutual-info mutual-info
328
328
; ; NB: never actually passes in more than one tuple
329
329
[sexpr env bindings & tuples]
330
330
(tap> #:scalar.eval{:in-env env :in-bindings bindings
331
- :sexpr (pr-str sexpr) :tuple-sample (take 3 tuples)})
331
+ :sexpr (pr-str sexpr) :tuple-sample (take 3 tuples)})
332
332
(let [env' (merge env bindings)
333
333
tuple-map (fn tuple-map [tuple]
334
334
(merge (zipmap (tuple/attributes tuple)
You can’t perform that action at this time.
0 commit comments