Skip to content

Commit 44e4ee4

Browse files
committed
improve comments
1 parent 6044180 commit 44e4ee4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jsquery.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ typedef enum JsQueryItemType {
5555
} JsQueryItemType;
5656

5757
/*
58-
* Support functions to parse/construct binary value
58+
* Support functions to parse/construct binary value.
59+
* Unlike many other representation of expression the first/main
60+
* node is not an operation but left operand of expression. That
61+
* allows to implement cheep follow-path descending in jsonb
62+
* structure and then execute operator with right operand which
63+
* is always a constant.
5964
*/
6065

6166
typedef struct JsQueryItem {

0 commit comments

Comments
 (0)