Re: [protobuf] Filtering/Query Support for Protocol Buffer

2012-06-01 Thread Pavel Shramov
On Fri, Jun 01, 2012 at 12:05:58AM -0700, Shail wrote: > Does protocol buffer provide support like "SQL query/XPath query" to > retrieve the selective data from binary file? > Please let me know if there is any API available to use for such > scenarios (filtering based on the field value) or custo

[protobuf] Filtering/Query Support for Protocol Buffer

2012-06-01 Thread Shail
I am exploring the protocol buffer. I have come across the scenario where i need to filter the records of the message stored in binary file with respect to field value. My message structure is : message Person { required string name = 1; required int32 id = 2;// Unique ID number for th