noctarius / borabora

borabora is a CBOR (cbor.io) parser supporting graph queries and lazy decoding of stream elements
Apache License 2.0
13 stars 5 forks source link

Extend query language to support multiple value extraction in a sql like fashion #5

Closed noctarius closed 8 years ago

noctarius commented 8 years ago

The query language (and graphquery api) should be extended to support SQL select like extraction of multiple values as well as assigning them to custom named attributes. Query language has to stay compatible with Hazelcast ValueExtractor syntax.

noctarius commented 8 years ago

Implemented as:

Also combined (a: (#, #1)) or ((a: #1, b: #2), (c: #3, d: #)) and more