Skip to content
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]Support missing ppl eval funcitons #3171

Open
YANG-DB opened this issue Nov 28, 2024 · 0 comments
Open

[FEATURE]Support missing ppl eval funcitons #3171

YANG-DB opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request PPL Piped processing language

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Nov 28, 2024

Is your feature request related to a problem?
We must support all the evalFunctions appearing in PPL Spark and that are missing from SQL Spark

What solution would you like?
We need to support all the eval functions as shown here:

  • coalesceFunctionName // NOT SUPPORTED
  • cryptographicFunctionName // NOT SUPPORTED
  • jsonFunctionName // NOT SUPPORTED
  • collectionFunctionName // NOT SUPPORTED
  • geoipFunctionName // NOT SUPPORTED
  • lambdaFunctionName // NOT SUPPORTED
evalFunctionName
   : mathematicalFunctionName // supported
   | dateTimeFunctionName  // supported
   | textFunctionName   // supported
   | conditionFunctionBase // supported
   | systemFunctionName  // supported
   | positionFunctionName  // supported
   | coalesceFunctionName // NOT SUPPORTED
   | cryptographicFunctionName // NOT SUPPORTED
   | jsonFunctionName // NOT SUPPORTED
   | collectionFunctionName // NOT SUPPORTED
   | geoipFunctionName // NOT SUPPORTED
   | lambdaFunctionName // NOT SUPPORTED
   ;

Do you have any additional context?

@YANG-DB YANG-DB added enhancement New feature or request untriaged PPL Piped processing language labels Nov 28, 2024
@YANG-DB YANG-DB self-assigned this Nov 28, 2024
@YANG-DB YANG-DB moved this to Todo in PPL Commands Nov 28, 2024
@YANG-DB YANG-DB removed the untriaged label Nov 28, 2024
@YANG-DB YANG-DB removed their assignment Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PPL Piped processing language
Projects
Status: Todo
Development

No branches or pull requests

1 participant