T antijoin itself returns still T? #322
Unanswered
unknown1337
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement a not operation using antijoin. But i'm having an issue, simplified:
in a browserconsole:
(T.antijoin(T))
returnsColumnTable {_params: {…}, _names: Array(6), _data: {…}, _total: 1093, _nrows: 146, …}
How can this result deviate from 0 rows as all rows in table T are in table T?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions