[skip e2e] Fix typo for design doc (#14677)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14688/head
groot 2021-12-31 11:45:19 +08:00 committed by GitHub
parent 74ce63342c
commit e59cebacf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ Search is executable as long as all the columns involved in the search are loade
10. `schema`: schema
# SegmentSealedImpl internal function definition
1. Most functions are the implementation of the corresponding functions of segment interface, which will not be repeated here.
1. Most functions are the implementation of the corresponding functions of the 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 bitmask, used to support Time Travel function.