datacat ~master (2018-07-23T16:38:46Z)
Dub
Repo
antiJoin
datacat
join
Moves all recent tuples from
input1
that are not present in
input2
into
output
.
void
antiJoin
(
alias
logicFn
Input1T
Input2T
OutputT
)
(
Input1T
input1
,
Input2T
input2
,
OutputT
output
)
Meta
Source
See Implementation
datacat
join
functions
antiJoin
join
Moves all recent tuples from input1 that are not present in input2 into output.