liurenjie1024 commented on code in PR #309:
URL: https://github.com/apache/iceberg-rust/pull/309#discussion_r1542833995


##########
crates/iceberg/src/spec/values.rs:
##########
@@ -683,6 +684,47 @@ impl Datum {
     pub fn data_type(&self) -> &PrimitiveType {
         &self.r#type
     }
+
+    /// Create a new `Datum` with adjusted boundary for projection
+    pub fn boundary(&self, op: &PredicateOperator) -> Result<Option<Datum>> {

Review Comment:
   How about moving this to transform module since this is only useful for 
transform?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to