-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE]Add ispresent
PPL command
#518
Comments
I created a working PoC (proof of concept). The source code can be found eliatra#3. The usage of the commands looks as follows.
Please let me know if such an approach meets your expectations. BTW, the MR is not yet ready. Documentation and tests need to be created. |
We need a final decision wether this should be a command or a function like asked in #512 (comment) |
Example: |
Is your feature request related to a problem?
Add
ispresent
command for PPL spark based execution driver .Since spark sql doesnt offer such expression a possible option would be:
WHERE
spark sql commandispresent
Do you have any additional context?
The text was updated successfully, but these errors were encountered: