catap / jaql

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop's Map-Reduce is used for parallelism.
2 stars 0 forks source link

Add binary operations for (most) atomic types #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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 9 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