未验证 提交 6c0b38eb 编写于 作者: S sunby 提交者: GitHub

[skip ci]Add comment for SetExpireTime (#9395)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 9bc2c9f4
......@@ -189,6 +189,7 @@ func SetRowCount(rowCount int64) SegmentInfoOption {
}
}
// SetExpireTime is the option to set expire time for segment info
func SetExpireTime(expireTs Timestamp) SegmentInfoOption {
return func(segment *SegmentInfo) {
segment.LastExpireTime = expireTs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册