This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch vector-index-dev in repository https://gitbox.apache.org/repos/asf/doris.git
commit 063212eb2b1c8a91fb603f9cc2ebd34f83f09afa Author: morrySnow <zhangwen...@selectdb.com> AuthorDate: Thu Apr 10 17:10:31 2025 +0800 [feature](index) update phycical plan def for vector index --- gensrc/thrift/Descriptors.thrift | 1 + gensrc/thrift/PlanNodes.thrift | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gensrc/thrift/Descriptors.thrift b/gensrc/thrift/Descriptors.thrift index 6603dabaa4d..83ea5a46599 100644 --- a/gensrc/thrift/Descriptors.thrift +++ b/gensrc/thrift/Descriptors.thrift @@ -66,6 +66,7 @@ struct TSlotDescriptor { 15: optional list<string> column_paths 16: optional string col_default_value 17: optional Types.TPrimitiveType primitive_type = Types.TPrimitiveType.INVALID_TYPE + 18: optional Exprs.TExpr virtual_column_expr } struct TTupleDescriptor { diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift index cf8b2119043..abf1b66bc6d 100644 --- a/gensrc/thrift/PlanNodes.thrift +++ b/gensrc/thrift/PlanNodes.thrift @@ -798,6 +798,8 @@ struct TOlapScanNode { 16: optional list<i32> distribute_column_ids 17: optional i32 schema_version 18: optional list<i32> topn_filter_source_node_ids //deprecated, move to TPlanNode.106 + 19: optional TSortInfo ann_sort_info + 20: optional i64 ann_sort_limit } struct TEqJoinCondition { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org