zhangstar333 commented on code in PR #59123:
URL: https://github.com/apache/doris/pull/59123#discussion_r2638844273
##########
gensrc/thrift/Exprs.thrift:
##########
@@ -322,4 +322,13 @@ struct TExprList {
1: required list<TExpr> exprs
}
+struct TExprMinMaxValue {
+ 1: required Types.TPrimitiveType type
+ 2: required bool has_null
+ 3: optional i64 min_int_value
+ 4: optional i64 max_int_value
+ 5: optional double min_float_value
+ 6: optional double max_float_value
Review Comment:
now not support string type.
` org.apache.iceberg.types.Type.TypeID.BOOLEAN,
org.apache.iceberg.types.Type.TypeID.INTEGER,
org.apache.iceberg.types.Type.TypeID.LONG,
org.apache.iceberg.types.Type.TypeID.FLOAT,
org.apache.iceberg.types.Type.TypeID.DOUBLE,
org.apache.iceberg.types.Type.TypeID.DATE);`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]