5.5.1. mroonga_command()
¶
バージョン 3.02 で追加.
5.5.1.1. 概要¶
mroonga_command()
UDF executes the given string as a Groonga command
and returns result of the Groonga command. Groonga command will be
faster than MySQL query.
mroonga_command()
is an UDF for advanced users. Normally, you
don't need to use this UDF.
5.5.1.2. 構文¶
mroonga_command()
の引数は1つで必須の引数です。:
mroonga_command(command)
command
は文字列型の値です。実行するGroongaコマンドを指定します。
5.5.1.3. 使いかた¶
TODO
5.5.1.5. 返り値¶
指定されたGroongaコマンドを実行した結果を文字列として返します。