tencent cloud

문서Data Lake Compute

SHOW FUNCTION

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-08-07 17:24:44

Description

Supported engines: Presto and SparkSQL
Purpose: Display function creation statements.

Statement

SHOW FUNCTIONS [ [ LIKE ] { function_name | regex_pattern }

Parameter

function_name: Function name
regex_pattern: Regular expression for obtaining matching functions

Example

SHOW FUNCTIONS

SHOW FUNCTIONS trim;

SHOW FUNCTIONS LIKE 't*'
SHOW FUNCTIONS LIKE 'yea*|windo*'
SHOW FUNCTIONS LIKE 't[a-z][a-z][a-z]'




도움말 및 지원

문제 해결에 도움이 되었나요?

피드백