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

Sprint 2 #3

Merged
merged 18 commits into from
May 8, 2023
Merged

Sprint 2 #3

merged 18 commits into from
May 8, 2023

Conversation

dey4ss
Copy link
Member

@dey4ss dey4ss commented May 3, 2023

No description provided.

@dey4ss dey4ss requested review from Bouncner and mweisgut May 3, 2023 11:24
TEST_F(StorageDictionarySegmentTest, CompressSegmentString) {
value_segment_str->append("Bill");
value_segment_str->append("Steve");
value_segment_str->append("Alexander");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

EXPECT_EQ(dict_segment->unique_values_count(), 4);

// Test sorting.
const auto& dict = dict_segment->dictionary();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::is_sorted()?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kann man machen, explizit schadet mMn hier nicht. Hab nichts angefasst außer das, wo NULL steht

}

std::shared_ptr<AbstractSegment> segment;
resolve_data_type("int", [&](auto type) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mit Absicht so umständlich?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, ist wohl Absicht. Alles klar.

@dey4ss dey4ss merged commit 2d5d2d1 into main May 8, 2023
j-hellenberg referenced this pull request in j-hellenberg/DYOD_SoSe23 May 9, 2023
niklasmohrin referenced this pull request in cambryx/DYOD_SoSe23 May 9, 2023
23mafi referenced this pull request in phkeese/DYOD_SoSe23 May 11, 2023
j-hellenberg referenced this pull request in j-hellenberg/DYOD_SoSe23 May 17, 2023
j-hellenberg referenced this pull request in j-hellenberg/DYOD_SoSe23 May 17, 2023
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.

None yet

5 participants