Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,598 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
doc/source/example/reference/commands/select/drilldown_calc_types_all.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| Execution example:: | ||
|
|
||
| select Entries \ | ||
| --limit -1 \ | ||
| --output_column _id,n_likes \ | ||
| --drilldown tag \ | ||
| --drilldown_calc_types MAX|MIN|SUM|AVG \ | ||
| --drilldown_calc_target n_likes \ | ||
| --drilldown_output_columns _key,_nsubrecs,_max,_min,_sum,_avg | ||
| # [ | ||
| # [ | ||
| # -22, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531, | ||
| # "invalid table group calc type: <|MIN|SUM|AVG>", | ||
| # [ | ||
| # [ | ||
| # "grn_parse_table_group_calc_types", | ||
| # "proc.c", | ||
| # 625 | ||
| # ] | ||
| # ] | ||
| # ], | ||
| # [] | ||
| # ] |
107 changes: 107 additions & 0 deletions
107
doc/source/example/reference/commands/select/drilldown_calc_types_avg.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,107 @@ | ||
| Execution example:: | ||
|
|
||
| select Entries \ | ||
| --limit -1 \ | ||
| --output_column _id,n_likes \ | ||
| --drilldown tag \ | ||
| --drilldown_calc_types AVG \ | ||
| --drilldown_calc_target n_likes \ | ||
| --drilldown_output_columns _key,_avg | ||
| # [ | ||
| # [ | ||
| # 0, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # [ | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_id", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "content", | ||
| # "Text" | ||
| # ], | ||
| # [ | ||
| # "n_likes", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "tag", | ||
| # "ShortText" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # 1, | ||
| # "The first post!", | ||
| # "Welcome! This is my first post!", | ||
| # 5, | ||
| # "Hello" | ||
| # ], | ||
| # [ | ||
| # 2, | ||
| # "Groonga", | ||
| # "I started to use Groonga. It's very fast!", | ||
| # 10, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 3, | ||
| # "Mroonga", | ||
| # "I also started to use Mroonga. It's also very fast! Really fast!", | ||
| # 15, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 4, | ||
| # "Good-bye Senna", | ||
| # "I migrated all Senna system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ], | ||
| # [ | ||
| # 5, | ||
| # "Good-bye Tritonn", | ||
| # "I also migrated all Tritonn system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # 3 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "_avg", | ||
| # "Float" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # "Hello", | ||
| # 5.0 | ||
| # ], | ||
| # [ | ||
| # "Groonga", | ||
| # 12.5 | ||
| # ], | ||
| # [ | ||
| # "Senna", | ||
| # 3.0 | ||
| # ] | ||
| # ] | ||
| # ] | ||
| # ] |
107 changes: 107 additions & 0 deletions
107
doc/source/example/reference/commands/select/drilldown_calc_types_max.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,107 @@ | ||
| Execution example:: | ||
|
|
||
| select Entries \ | ||
| --limit -1 \ | ||
| --output_column _id,n_likes \ | ||
| --drilldown tag \ | ||
| --drilldown_calc_types MAX \ | ||
| --drilldown_calc_target n_likes \ | ||
| --drilldown_output_columns _key,_max | ||
| # [ | ||
| # [ | ||
| # 0, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # [ | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_id", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "content", | ||
| # "Text" | ||
| # ], | ||
| # [ | ||
| # "n_likes", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "tag", | ||
| # "ShortText" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # 1, | ||
| # "The first post!", | ||
| # "Welcome! This is my first post!", | ||
| # 5, | ||
| # "Hello" | ||
| # ], | ||
| # [ | ||
| # 2, | ||
| # "Groonga", | ||
| # "I started to use Groonga. It's very fast!", | ||
| # 10, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 3, | ||
| # "Mroonga", | ||
| # "I also started to use Mroonga. It's also very fast! Really fast!", | ||
| # 15, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 4, | ||
| # "Good-bye Senna", | ||
| # "I migrated all Senna system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ], | ||
| # [ | ||
| # 5, | ||
| # "Good-bye Tritonn", | ||
| # "I also migrated all Tritonn system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # 3 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "_max", | ||
| # "Int64" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # "Hello", | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # "Groonga", | ||
| # 15 | ||
| # ], | ||
| # [ | ||
| # "Senna", | ||
| # 3 | ||
| # ] | ||
| # ] | ||
| # ] | ||
| # ] |
107 changes: 107 additions & 0 deletions
107
doc/source/example/reference/commands/select/drilldown_calc_types_min.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,107 @@ | ||
| Execution example:: | ||
|
|
||
| select Entries \ | ||
| --limit -1 \ | ||
| --output_column _id,n_likes \ | ||
| --drilldown tag \ | ||
| --drilldown_calc_types MIN \ | ||
| --drilldown_calc_target n_likes \ | ||
| --drilldown_output_columns _key,_min | ||
| # [ | ||
| # [ | ||
| # 0, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # [ | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_id", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "content", | ||
| # "Text" | ||
| # ], | ||
| # [ | ||
| # "n_likes", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "tag", | ||
| # "ShortText" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # 1, | ||
| # "The first post!", | ||
| # "Welcome! This is my first post!", | ||
| # 5, | ||
| # "Hello" | ||
| # ], | ||
| # [ | ||
| # 2, | ||
| # "Groonga", | ||
| # "I started to use Groonga. It's very fast!", | ||
| # 10, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 3, | ||
| # "Mroonga", | ||
| # "I also started to use Mroonga. It's also very fast! Really fast!", | ||
| # 15, | ||
| # "Groonga" | ||
| # ], | ||
| # [ | ||
| # 4, | ||
| # "Good-bye Senna", | ||
| # "I migrated all Senna system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ], | ||
| # [ | ||
| # 5, | ||
| # "Good-bye Tritonn", | ||
| # "I also migrated all Tritonn system!", | ||
| # 3, | ||
| # "Senna" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # 3 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "_min", | ||
| # "Int64" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # "Hello", | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # "Groonga", | ||
| # 10 | ||
| # ], | ||
| # [ | ||
| # "Senna", | ||
| # 3 | ||
| # ] | ||
| # ] | ||
| # ] | ||
| # ] |
Oops, something went wrong.