You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: