We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878ce7c commit 077d849Copy full SHA for 077d849
src/groupjoin.jl
@@ -1,3 +1,5 @@
1
+# Important, for broadcast joins we cannot assume c and d have same number of columns:
2
+# c could have more columns than d
3
@generated function rowcmp(c::StructVector, i, d::StructVector{C, D}, j) where {C, D}
4
N = fieldcount(D)
5
ex = :(cmp(getfield(fieldarrays(c),$N)[i], getfield(fieldarrays(d),$N)[j]))
0 commit comments