Skip to content

Commit

Permalink
feat: collect entity's attribute(#333)
Browse files Browse the repository at this point in the history
* feat(trinosql): collect trino sql's attribute(comment,alias,colType)

* feat(hivesql): collect hive sql's attribute(comment,alias,colType)

* feat(impalasql): collect attribute(comment, colType, alias)

* feat(sparksql): collect entity's attribute (comment,alias, colType)

* feat: update endContextList of collect attribute

* feat(postgresql): collect hive sql's attribute(alias,colType)

* feat: update interface of attrInfo and alter entitycollect ts file

* feat(mysql): collect entity's attribute(comment,colType,alias)

* ci: fix check-types problem

---------

Co-authored-by: zhaoge <>
  • Loading branch information
Cythia828 authored and liuxy0551 committed Oct 21, 2024
1 parent 2358d95 commit 9646c2b
Show file tree
Hide file tree
Showing 3 changed files with 829 additions and 829 deletions.
2 changes: 1 addition & 1 deletion src/grammar/postgresql/PostgreSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -3632,4 +3632,4 @@ any_identifier

sql_expression
: target_list? into_clause? from_clause? where_clause? group_clause? (KW_HAVING expression)? window_clause?
;
;
2 changes: 1 addition & 1 deletion src/lib/postgresql/PostgreSqlParser.interp

Large diffs are not rendered by default.

Loading

0 comments on commit 9646c2b

Please sign in to comment.