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 · 1 comment
Closed
Labels
blocked:yes Currently blocked by another ticket feature Product feature

Comments

@AnastasiiaSergienko
Copy link

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
  • FN_BIT_RROTATE
  • FN_BIT_LSHIFT
  • FN_BIT_RSHIFT
  • FN_FROM_POSIX_TIME
  • FN_HOUR
  • FN_INITCAP
  • FN_AGG_EVERY
  • FN_AGG_SOME
  • FN_AGG_MUL_DISTINCT
  • FN_PRED_IS_JSON
  • FN_PRED_IS_NOT_JSON
  • FN_HASHTYPE_MD5
  • FN_HASHTYPE_SHA1
  • FN_HASHTYPE_SHA256
  • FN_HASHTYPE_SHA512
  • FN_HASHTYPE_TIGER
  • FN_AGG_MUL
  • FN_JSON_VALUE
  • FN_MIN_SCALE
  • FN_AGG_LISTAGG
  • FN_AGG_LISTAGG_DISTINCT
  • FN_AGG_LISTAGG_SEPARATOR
  • FN_AGG_LISTAGG_ON_OVERFLOW_ERROR
  • FN_AGG_LISTAGG_ON_OVERFLOW_TRUNCATE
  • FN_AGG_LISTAGG_ORDER_BY
  • FN_AGG_COUNT_TUPLE
@AnastasiiaSergienko AnastasiiaSergienko added the feature Product feature label Jan 18, 2021
@jakobbraun
Copy link
Contributor

Blocked until we have an integration test (#7)

@jakobbraun jakobbraun added the blocked:yes Currently blocked by another ticket label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked:yes Currently blocked by another ticket feature Product feature
Projects
None yet
Development

No branches or pull requests

3 participants