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

Check if dialect can support the recently added functions #4

Closed
AnastasiiaSergienko opened this issue Jan 18, 2021 · 0 comments · Fixed by #6
Closed

Check if dialect can support the recently added functions #4

AnastasiiaSergienko opened this issue Jan 18, 2021 · 0 comments · Fixed by #6
Assignees
Labels
feature Product feature

Comments

@AnastasiiaSergienko
Copy link
Contributor

AnastasiiaSergienko commented Jan 18, 2021

Situation

We have added a few new functions to the common part recently.
We need to check if some dialects could support them. The list of the new function capabilities to check:

  • FN_BIT_LROTATE -> not supported
  • FN_BIT_RROTATE -> not supported
  • FN_BIT_LSHIFT -> not supported
  • FN_BIT_RSHIFT -> not supported
  • FN_FROM_POSIX_TIME -> not supported
  • FN_HOUR -> not supported
  • FN_INITCAP -> added
  • FN_AGG_EVERY -> not supported
  • FN_AGG_SOME -> not supported
  • FN_AGG_MUL_DISTINCT -> not supported
  • FN_PRED_IS_JSON -> not supported
  • FN_PRED_IS_NOT_JSON -> not supported
  • FN_HASHTYPE_MD5 -> not supported
  • FN_HASHTYPE_SHA1 -> not supported
  • FN_HASHTYPE_SHA256 -> not supported
  • FN_HASHTYPE_SHA512 -> not supported
  • FN_HASHTYPE_TIGER -> not supported
  • FN_AGG_MUL -> not supported
  • FN_JSON_VALUE -> not supported
  • FN_MIN_SCALE -> not supported
  • FN_AGG_LISTAGG -> not supported
  • FN_AGG_LISTAGG_DISTINCT -> not supported
  • FN_AGG_LISTAGG_SEPARATOR -> not supported
  • FN_AGG_LISTAGG_ON_OVERFLOW_ERROR -> not supported
  • FN_AGG_LISTAGG_ON_OVERFLOW_TRUNCATE -> not supported
  • FN_AGG_LISTAGG_ORDER_BY -> not supported
  • FN_AGG_COUNT_TUPLE -> not supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant