This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 41ef9cc (#5224)some little fix for spark load (#5233)
add ca10205 [Function] Support show create function statement (#5197)
No new revisions were added by this update.
Summary of changes:
.../SHOW CREATE FUNCTION.md} | 27 +++++------
.../SHOW CREATE FUNCTION.md} | 29 +++++-------
fe/fe-core/src/main/cup/sql_parser.cup | 5 ++
.../apache/doris/analysis/DropFunctionStmt.java | 2 +-
...lFilesStmt.java => ShowCreateFunctionStmt.java} | 54 ++++++++++++++++------
.../apache/doris/catalog/AggregateFunction.java | 24 ++++++----
.../java/org/apache/doris/catalog/Database.java | 16 +++++++
.../java/org/apache/doris/catalog/Function.java | 18 +-------
.../org/apache/doris/catalog/ScalarFunction.java | 22 +++++++--
.../java/org/apache/doris/qe/ShowExecutor.java | 20 ++++++++
10 files changed, 142 insertions(+), 75 deletions(-)
copy docs/en/sql-reference/sql-statements/{Administration/SHOW FULL COLUMNS.md
=> Data Manipulation/SHOW CREATE FUNCTION.md} (58%)
copy docs/zh-CN/sql-reference/sql-statements/{Administration/ADMIN CANCEL
REPAIR.md => Data Manipulation/SHOW CREATE FUNCTION.md} (63%)
copy
fe/fe-core/src/main/java/org/apache/doris/analysis/{ShowSmallFilesStmt.java =>
ShowCreateFunctionStmt.java} (61%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]