-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scalar joins should use -On
and -Equals
for naming
#43
Comments
iRon7
changed the title
An Object with a Scalar join and a single
Jun 5, 2023
-On
value should use the ValueName
Object[] |Join Scalar[] -On value
should use the ValueName
iRon7
changed the title
Scalar joins should use Jun 10, 2023
Object[] |Join Scalar[] -On value
should use the ValueName
-On
and -Equals
for naming
Implemented in version 3.8.3: $a | Join 0,2,4 -on Numbers
Name Letters Numbers
---- ------- -------
a2 a 2 1,2,3 | Join 2,3,4 -On Left -eq Right
Left Right
---- -----
2 2
3 3 |
This was referenced Jun 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wishful thinking:
The text was updated successfully, but these errors were encountered: