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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy