SHOW FUNCTIONS

    Parameters

    1. mysql> show full functions in testDb\G
    2. *************************** 1. row ***************************
    3. Signature: my_add(INT,INT)
    4. Return Type: INT
    5. Function Type: Scalar
    6. Intermediate Type: NULL
    7. Signature: my_count(BIGINT)
    8. Return Type: BIGINT
    9. Function Type: Aggregate
    10. Intermediate Type: NULL
    11. Properties: {"object_file":"http://host:port/libudasample.so","finalize_fn":"_ZN9doris_udf13CountFinalizeEPNS_15FunctionContextERKNS_9BigIntValE","init_fn":"_ZN9doris_udf9CountInitEPNS_15FunctionContextEPNS_9BigIntValE","merge_fn":"_ZN9doris_udf10CountMergeEPNS_15FunctionContextERKNS_9BigIntValEPS2_","md5":"37d185f80f95569e2676da3d5b5b9d2f","update_fn":"_ZN9doris_udf11CountUpdateEPNS_15FunctionContextERKNS_6IntValEPNS_9BigIntValE"}
    12. *************************** 3. row ***************************
    13. Signature: id_masking(INT)
    14. Return Type: VARCHAR
    15. Function Type: Alias
    16. Intermediate Type: NULL
    17. 3 rows in set (0.00 sec)
    18. mysql> show builtin functions in testDb like 'year%';
    19. +---------------+
    20. | Function Name |
    21. +---------------+
    22. | year |
    23. | years_add |
    24. | years_diff |
    25. | years_sub |
    26. +---------------+