[skip e2e] Add note for design doc (#14036)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-12-23 10:47:22 +08:00 committed by GitHub
parent c5f3f7627f
commit d7a81ceecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,4 +38,4 @@ Search is executable as long as all the columns involved in the search are loade
# SegmentSealedImpl internal function definition
1. Most functions are the implementation of the corresponding functions of segment interface, which will not be repeated here
2. `update_row_count`: Used to update the row_count field
3. `mask_with_timestamps`: Use Timestamp column to update search bitmaskused to support Time Travel function
3. `mask_with_timestamps`: Use Timestamp column to update search bitmask, used to support Time Travel function