Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Logical Optimizer] register logical properties #43

Open
6 tasks
AveryQi115 opened this issue Jan 29, 2024 · 1 comment
Open
6 tasks

[Logical Optimizer] register logical properties #43

AveryQi115 opened this issue Jan 29, 2024 · 1 comment

Comments

@AveryQi115
Copy link
Contributor

AveryQi115 commented Jan 29, 2024

The logical properties of the logical optimizer includes:

  • schema
  • outer cols (columns are not defined in the underlying expr trees, eg: agg output column...)
  • equivalent cols (equivalent column sets)
  • not null cols
  • keys and weak keys cols (keys are unique not null columns, weak keys are unique columns(might contain nulls))
  • foreign keys cols (cols have foreign key constraints)
@skyzh
Copy link
Member

skyzh commented Jan 29, 2024

schema support is not complete 🤤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants