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

[enhancement]Add comments to block.h and add unit tests #44083

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
dd0173c
add comments for block.h
Yoruet Nov 15, 2024
e961aaf
add more comments to block.h and add some unit tests for block in blo…
Yoruet Nov 17, 2024
6a04516
code format
Yoruet Nov 17, 2024
05f564f
code format
Yoruet Nov 17, 2024
c73bc01
code format
Yoruet Nov 17, 2024
658cf55
code format
Yoruet Nov 17, 2024
121304d
code format
Yoruet Nov 17, 2024
99c1eae
fix bug in filterandselector
Yoruet Nov 17, 2024
173aeb9
code format
Yoruet Nov 17, 2024
8b8728d
update the comments of the block.h
Yoruet Nov 19, 2024
cf8ab08
add corner case for BlockTest.Constructor
Yoruet Nov 25, 2024
cf88247
add corner cases for BlockTest.BasicOperations
Yoruet Nov 25, 2024
a44abe1
Refactor and format block_test.cpp for improved readability and consi…
Yoruet Nov 25, 2024
77694e3
Remove unnecessary whitespace in block_test.cpp to enhance code clarity
Yoruet Nov 25, 2024
07712ac
Add death tests for invalid erase operations in BlockTest
Yoruet Nov 26, 2024
a717ea7
Enhance BlockTest with comprehensive tests for empty, const, and null…
Yoruet Nov 26, 2024
26b9f3f
Refactor whitespace in block_test.cpp to improve code readability and…
Yoruet Nov 26, 2024
dc1e232
Remove unnecessary whitespace in block_test.cpp to enhance code clari…
Yoruet Nov 26, 2024
0b83471
Enhance BlockTest with additional tests for row operations, including…
Yoruet Nov 26, 2024
a75537e
Enhance BlockTest with comprehensive tests for empty, const, nullable…
Yoruet Nov 29, 2024
8c9e988
Enhance BlockTest with extensive tests for empty, const, nullable, an…
Yoruet Nov 29, 2024
fb88229
Refactor whitespace in block_test.cpp to improve readability and main…
Yoruet Nov 29, 2024
a60a460
Enhance BlockTest with extensive tests for empty, regular, const, and…
Yoruet Nov 29, 2024
ee81171
Enhance BlockTest with comprehensive tests for filtering operations o…
Yoruet Dec 2, 2024
e17870e
Enhance BlockTest with extensive tests for row operations on empty, r…
Yoruet Dec 2, 2024
2899971
Enhance BlockTest with extensive tests for clearing column data acros…
Yoruet Dec 8, 2024
ff6abd9
Enhance BlockTest with comprehensive tests for index operations on em…
Yoruet Dec 17, 2024
628726f
Remove obsolete test for ReplaceIfOverflow from BlockTest to streamli…
Yoruet Dec 17, 2024
c30bc59
Enhance BlockTest with comprehensive tests for shuffling operations o…
Yoruet Dec 17, 2024
72569f3
Enhance BlockTest with comprehensive tests for hash updates on empty,…
Yoruet Dec 17, 2024
11263c3
Enhance BlockTest with comprehensive tests for erase operations, comp…
Yoruet Dec 18, 2024
cb87c0b
Enhance BlockTest with comprehensive tests for string operations, inc…
Yoruet Dec 18, 2024
00f7d1a
code format
Yoruet Dec 18, 2024
ab454cd
code format
Yoruet Dec 18, 2024
9ec8a8c
code format
Yoruet Dec 18, 2024
037e553
code format
Yoruet Dec 18, 2024
84a859a
code format
Yoruet Dec 18, 2024
48076f6
code format
Yoruet Dec 18, 2024
52e7a7b
code format
Yoruet Dec 18, 2024
47ef29c
code format
Yoruet Dec 18, 2024
1ce54ee
Fix BlockTest assertion to check for non-null ColumnConst in sorted b…
Yoruet Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading