Hi,
I attached image for code.
I have a question about mergeDistributedResult() method in 
OSQLFunctionMax.java or OSQLFunctionMin.java.
             if (context == null) 
                // FIRST TIME 
                *context = value;* 
             else if (context.compareTo(value) < 0) 
                // BIGGER 
                *context = value;* 
Why these two cases had same code?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to