This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch dev_rec
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev_rec by this push:
new bbd6cb02964 add TRecCTEScanNode
bbd6cb02964 is described below
commit bbd6cb02964adddfec1c0a23b415ba4f7a595646
Author: BiteTheDDDDt <[email protected]>
AuthorDate: Sun Sep 28 18:24:43 2025 +0800
add TRecCTEScanNode
---
gensrc/thrift/PlanNodes.thrift | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gensrc/thrift/PlanNodes.thrift b/gensrc/thrift/PlanNodes.thrift
index 83f94374139..dfa59ef5ca1 100644
--- a/gensrc/thrift/PlanNodes.thrift
+++ b/gensrc/thrift/PlanNodes.thrift
@@ -712,6 +712,9 @@ struct TRecCTENode {
4: optional list<list<Exprs.TExpr>> result_expr_lists
}
+struct TRecCTEScanNode {
+}
+
struct TEsScanNode {
1: required Types.TTupleId tuple_id
2: optional map<string,string> properties
@@ -1470,6 +1473,8 @@ struct TPlanNode {
50: optional list<list<Exprs.TExpr>> distribute_expr_lists
51: optional bool is_serial_operator
+ 52: optional TRecCTEScanNode rec_cte_scan_node
+
// projections is final projections, which means projecting into results and
materializing them into the output block.
101: optional list<Exprs.TExpr> projections
102: optional Types.TTupleId output_tuple_id
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]