We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eval
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
evalFunctions
What solution would you like? We need to support all the eval functions as shown here:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
We must support all the
evalFunctions
appearing in PPL Spark and that are missing from SQL SparkWhat solution would you like?
We need to support all the
eval
functions as shown here:Do you have any additional context?
The text was updated successfully, but these errors were encountered: