Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6044180 commit 44e4ee4Copy full SHA for 44e4ee4
jsquery.h
@@ -55,7 +55,12 @@ typedef enum JsQueryItemType {
55
} JsQueryItemType;
56
57
/*
58
- * Support functions to parse/construct binary value
+ * 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.
64
*/
65
66
typedef struct JsQueryItem {
0 commit comments