Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit44e4ee4

Browse files
committed
improve comments
1 parent6044180 commit44e4ee4

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
typedefstructJsQueryItem {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp