groonga - An open-source fulltext search engine and column store.

7.9.5. now

7.9.5.1. 名前

now - 現在時刻を返す

7.9.5.2. 書式

now()

7.9.5.3. 説明

groonga組込関数の一つであるnowについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。

now() 関数は現在時刻に対応するTime型の値を返します。

7.9.5.4. 返値

現在時刻に対応するTime型のオブジェクトを返します。

7.9.5.5. 例

now()
1256791194.55541

Table Of Contents

Previous topic

7.9.4. geo_in_rectangle

Next topic

7.9.6. rand

This Page