Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44e4ee4

Browse filesBrowse files
committed
improve comments
1 parent 6044180 commit 44e4ee4
Copy full SHA for 44e4ee4

File tree

1 file changed

+6
-1
lines changed
Filter options

1 file changed

+6
-1
lines changed

‎jsquery.h

Copy file name to clipboardExpand all lines: jsquery.h
+6-1Lines changed: 6 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.