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

feat(storage): support char column reader #136

Merged
merged 2 commits into from
Nov 13, 2021
Merged

feat(storage): support char column reader #136

merged 2 commits into from
Nov 13, 2021

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Nov 12, 2021

Signed-off-by: Alex Chi iskyzh@gmail.com

This PR adds fixed char block iterator and column iterator. Now we can:

create table char_test(v1 char(20) primary key not null, v2 char(20) not null)
insert into char_test values ('test', '233333')
select * from char_test

Close #115

Signed-off-by: Alex Chi <iskyzh@gmail.com>
Signed-off-by: Alex Chi <iskyzh@gmail.com>
@skyzh skyzh mentioned this pull request Nov 12, 2021
4 tasks
@skyzh skyzh merged commit 727c6c2 into main Nov 13, 2021
@skyzh skyzh deleted the skyzh/char-reader branch November 13, 2021 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: char encoding
2 participants