Skip to content

WIP: 已支持的实体收集和补全类型 #422

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
liuxy0551 opened this issue May 9, 2025 · 0 comments
Open

WIP: 已支持的实体收集和补全类型 #422

liuxy0551 opened this issue May 9, 2025 · 0 comments
Assignees
Labels

Comments

@liuxy0551
Copy link
Collaborator

实体收集

新建实体

  1. 新建的 Catalog(仅 FlinkSQL 和 TrinoSQL)、Database、Namespace(仅 SparkSQL)、View、Function、Schema(仅 PostgreSQL 和 TrinoSQL)、Procedure(仅 PostgreSQL),仅收集了实体名称;
  2. 新建的 Table 实体及对应的 Comment 信息;
  3. 新建 Table 时定义的 Column 信息,包含 Comment 及字段类型;

引用实体

  1. 引用过的 Catalog;
  2. 引用过的 Database;
  3. 引用过的 Table,只支持字面量声明,如: SELECT * FROM tb1;
  4. 引用过的 View;
@liuxy0551 liuxy0551 self-assigned this May 9, 2025
@liuxy0551 liuxy0551 added the WIP label May 9, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant