alamb commented on PR #10504:
URL: https://github.com/apache/datafusion/pull/10504#issuecomment-2113111066

   > @berkaysynnada kindly reminded me that the type undergoing the refactor 
disappears in this extended formulation. In that case this PR may supersede the 
refactor one.
   
   Indeed, though I see
   ```rust
       /// Calculates the [`SortProperties`] of this function based on its 
children's properties.
       fn monotonicity(&self, _input: &[ExprProperties]) -> 
Result<SortProperties> {
           Ok(SortProperties::Unordered)
       }
   ```
   In this PR


-- 
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]

Reply via email to