Navigation Menu

Skip to content

Commit

Permalink
Add more description about calc_types
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 29, 2015
1 parent c68fa1b commit 737073a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion en/_posts/2015-01-29-release.md
Expand Up @@ -24,7 +24,7 @@ In this release, there are following topics:

#### Improvement - Supported drilldown with sum up feature

In this release, drilldown with named label is extended. It supports drilldown with SUM, MIN, MAX or AVG by each group.
In this release, drilldown is extended. This section describes about only drilldown with named label usage. It supports drilldown with SUM, MIN, MAX or AVG by each group.
See [calc_types](/docs/reference/commands/select.html#select-drilldown-calc-types) about detail of each operator.

Try to pass following parameter to select command:
Expand Down Expand Up @@ -105,6 +105,8 @@ Don't forget to specify pseudo column name "_min".

Then, you can get max value and min value in each group.

See [document](/docs/reference/commands/select.html#select-drilldown-calc-types) about `calc_types` details.

#### Supported groonga-httpd with stream dump processing

In this release, groonga-httpd supported dump command with stream processing.
Expand Down
4 changes: 3 additions & 1 deletion ja/_posts/2015-01-29-release.md
Expand Up @@ -33,7 +33,7 @@ drilldownの構文には以下の2つの種類がありますが、
* drilldown
* drilldown(ラベルつき)

今回機能拡張したのはdrilldown(ラベルつき)についてです
今回機能拡張したのはどちらの構文もなのですが、今回はdrilldown(ラベルつき)について紹介します
drilldownした結果をグループごとにSUM (合計)、 MIN (最小値)、 MAX (最大値)、 AVG (平均) を
算出できるようになりました。

Expand Down Expand Up @@ -112,6 +112,8 @@ drilldownした結果をグループごとにSUM (合計)、 MIN (最小値)、

これで、最大値と最小値をグループ化した結果ごとに取得できます。

`calc_types`の詳細は[ドキュメント](/ja/docs/reference/commands/select.html#select-drilldown-calc-types)を参照してください。

#### 改良 - groonga-httpdでdumpをストリーム処理できるように

今回のリリースでは、groonga-httpdでdumpをストリーム処理できるようになりました。
Expand Down

0 comments on commit 737073a

Please sign in to comment.