hguven / jaql

Automatically exported from code.google.com/p/jaql
0 stars 0 forks source link

Add binary operations for (most) atomic types #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A JRawComparator has to be registered for each type that supports
comparison without deserializing. Currently, such a comparator is provided
for JBinary only.

Original issue reported on code.google.com by Rainer.G...@gmx.de on 5 May 2009 at 12:31

GoogleCodeExporter commented 8 years ago
JRawComparator has been incorporated into the Serializer interface, which in 
addition
contains methods for skipping and copying values in the serialized form. This 
was
necessary because different serializations typically require different 
comparison code.

Original comment by Rainer.G...@gmx.de on 8 May 2009 at 2:19