This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a commit to branch nested_column_prune
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/nested_column_prune by this
push:
new da152c37631 rename type
da152c37631 is described below
commit da152c3763159acaf26fdf227c33652a9b099ba9
Author: 924060929 <[email protected]>
AuthorDate: Wed Sep 24 17:25:31 2025 +0800
rename type
---
gensrc/thrift/Descriptors.thrift | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gensrc/thrift/Descriptors.thrift b/gensrc/thrift/Descriptors.thrift
index 7624357d030..517f8d27095 100644
--- a/gensrc/thrift/Descriptors.thrift
+++ b/gensrc/thrift/Descriptors.thrift
@@ -77,15 +77,15 @@ struct TSlotDescriptor {
16: optional string col_default_value
17: optional Types.TPrimitiveType primitive_type =
Types.TPrimitiveType.INVALID_TYPE
18: optional Exprs.TExpr virtual_column_expr
- 19: optional ColumnAccessPaths column_access_paths
+ 19: optional TColumnAccessPaths column_access_paths
}
-enum AccessPathType {
+enum TAccessPathType {
NAME = 1,
// ICEBERG = 2 // implement in the future
}
-struct ColumnNameAccessPath {
+struct TColumnNameAccessPath {
// the specification of special path:
// <empty>: access the whole complex column
// *: access every items in the array
@@ -106,16 +106,16 @@ struct ColumnNameAccessPath {
/*
// implement in the future
-struct IcebergColumnAccessPath {
+struct TIcebergColumnAccessPath {
1: required list<i64> path
2: required bool is_predicate
}
*/
-struct ColumnAccessPaths {
- 1: required AccessPathType type
- 2: optional list<ColumnNameAccessPath> name_access_paths
- // 3: optional list<IcebergColumnAccessPath> iceberg_column_access_paths //
implement in the future
+struct TColumnAccessPaths {
+ 1: required TAccessPathType type
+ 2: optional list<TColumnNameAccessPath> name_access_paths
+ // 3: optional list<TIcebergColumnAccessPath> iceberg_column_access_paths //
implement in the future
}
struct TTupleDescriptor {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]