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

Support In expression #95

Merged
merged 10 commits into from
Nov 11, 2023
Merged

Support In expression #95

merged 10 commits into from
Nov 11, 2023

Conversation

KKould
Copy link
Member

@KKould KKould commented Nov 11, 2023

What problem does this PR solve?

support In expression

  • e.g. select * from t1 where id in (1, 2)

README beautification

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

Sorry, something went wrong.

@KKould KKould requested review from lewiszlw and loloxwg November 11, 2023 07:42
@KKould KKould added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 11, 2023
@KKould KKould merged commit 43787a7 into KipData:main Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant