Skip to content

Add the support of CREATE FUNCTION  #14

@orginux

Description

@orginux

file create-function.sql:

CREATE FUNCTION linear_equation AS (x, k, b) -> k*x + b;
clickhouse-sql-parser -format -f  create-function.sql

output:

panic: parse statements error: line 0:7 <EOF> or ';' was expected, but got: "FUNCTION"
CREATE FUNCTION linear_equation AS (x, k, b) -> k*x + b;
       ^^^^^^^^

UDF in ClickHouse documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions