>> 3) Is there any operators in hypertable as like 'IN' and 'LIKE' as in >> SQL? > > Not yet. LIKE should be fairly easy to implement. IN may be a little more > challenging to do efficiently.
IN on rowkey should be fairly easy to implement though, since the client api already support list of intervals. __Luke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
