You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenqiu Huang (Jira)" <ji...@apache.org> on 2019/11/18 08:11:00 UTC

[jira] [Updated] (FLINK-14711) Add Alter Function and Show Functions in SQL Parser

     [ https://issues.apache.org/jira/browse/FLINK-14711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhenqiu Huang updated FLINK-14711:
----------------------------------
    Summary: Add Alter Function and Show Functions in SQL Parser  (was: Create Alter Function and Show Functions DDL)

> Add Alter Function and Show Functions in SQL Parser
> ---------------------------------------------------
>
>                 Key: FLINK-14711
>                 URL: https://issues.apache.org/jira/browse/FLINK-14711
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>    Affects Versions: 1.10.0
>            Reporter: Zhenqiu Huang
>            Assignee: Zhenqiu Huang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It is a sibling ticket for https://issues.apache.org/jira/browse/FLINK-7151. 
> Alter Function Statement
> ALTER [TEMPORARY|TEMPORARY SYSTEM] FUNCTION [IF EXISTS] [catalog_name.][db_name.] function_name AS identifier [LANGUAGE JAVA|SCALA|PYTHON];
> Show Function Statement
> SHOW FUNCTIONS  [catalog_name.][db_name]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)