Skip to content

Commit 9646c2b

Browse files
Cythia828liuxy0551
authored andcommitted
feat: collect entity's attribute(#333)
* 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 <>
1 parent 2358d95 commit 9646c2b

File tree

3 files changed

+829
-829
lines changed

3 files changed

+829
-829
lines changed

src/grammar/postgresql/PostgreSqlParser.g4

+1-1
Original file line numberDiff line numberDiff line change
@@ -3632,4 +3632,4 @@ any_identifier
36323632

36333633
sql_expression
36343634
: target_list? into_clause? from_clause? where_clause? group_clause? (KW_HAVING expression)? window_clause?
3635-
;
3635+
;

src/lib/postgresql/PostgreSqlParser.interp

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)