mroonga_command()

概要

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.

構文

mroonga_command() の引数は1つで必須の引数です。:

mroonga_command(command)

command は文字列型の値です。実行するGroongaコマンドを指定します。

使いかた

TODO

引数

必須引数

必須引数は1つで command です。

command

実行するGroongaコマンドを指定します。

返り値

指定されたGroongaコマンドを実行した結果を文字列として返します。

参照