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. Properties: {"symbol":"_ZN9doris_udf6AddUdfEPNS_15FunctionContextERKNS_6IntValES4_","object_file":"http://host:port/libudfsample.so","md5":"cfe7a362d10f3aaf6c49974ee0f1f878"}
    6. *************************** 2. row ***************************
    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. +---------------+
    13. | Function Name |
    14. +---------------+
    15. | year |
    16. | years_add |
    17. | years_diff |
    18. | years_sub |
    19. +---------------+