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
The following commit(s) were added to refs/heads/vector-index-dev by this push:
new 99998cd76b7 [feature](index) update phycical plan def for vector index
99998cd76b7 is described below
commit 99998cd76b7c028ef12b87541713757ad1bc0d15
Author: morrySnow <[email protected]>
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..613e88f7570 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.TExprNode 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: [email protected]
For additional commands, e-mail: [email protected]