Feat/View by KKould · Pull Request #236 · KipData/KiteSQL

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

KKould merged 7 commits intomainfrom

feat/view

Nov 3, 2024

Merged

Feat/View#236

KKould merged 7 commits intomainfrom

feat/view

Conversation

@KKould

Copy link Copy Markdown

Member

@KKould KKould commented

Nov 3, 2024

edited

Loading

What problem does this PR solve?

feat:

  • support Create View
  • impl View as data source

fix:

  • alias is not lower_case
  • When NestLoopJoin is in Left Join, the left table will have one more row of data (the right table is null at this time)

Issue link: #188

What is changed and how it works?

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould self-assigned this

Nov 3, 2024

@KKould KKould mentioned this pull request

Nov 3, 2024

48 tasks

@KKould KKould linked an issue

Nov 3, 2024

that may be closed by this pull request

@KKould KKould merged commit 7498b21 into main

Nov 3, 2024

@KKould KKould deleted the feat/view branch

November 10, 2024 08:46

@KKould KKould mentioned this pull request

Nov 10, 2024

@KKould KKould added this to the SQL 2016 milestone

Jul 26, 2025

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

Reviewers

No reviews

Assignees

@KKould KKould

Labels

None yet

Projects

None yet

Milestone

SQL 2016

Development

Successfully merging this pull request may close these issues.

Feat: Support View

1 participant

@KKould