This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch vector-index-dev
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 003f8e6973dccd8e9435b92eae131d699a1f3f77
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 6b68785766e..a1d02adfa27 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 407c77fc340..a7e21bcfc9d 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -790,6 +790,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

Reply via email to