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

Add comment for GetSegmentInfo (#8898)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 0b6f792a
...@@ -192,6 +192,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt ...@@ -192,6 +192,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
return s.dataCoord.GetStatisticsChannel(ctx) return s.dataCoord.GetStatisticsChannel(ctx)
} }
// GetSegmentInfo gets segment information according to segment id
func (s *Server) GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error) { func (s *Server) GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error) {
return s.dataCoord.GetSegmentInfo(ctx, req) return s.dataCoord.GetSegmentInfo(ctx, req)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册