[groonga-dev,03921] schemaコマンドのレスポンスに出現する"type": "type"とは?

Back to archive index

Osanai Ayumu osana****@jarfa*****
2016年 2月 9日 (火) 18:12:16 JST


長内です。


schemaコマンドのレスポンスについてちょっと疑問があったので質問です。

確認には下記ページのサンプルスキーマを利用しました。


http://groonga.org/ja/docs/reference/commands/schema.html?highlight=schema


下記コマンドでレスポンスを得ています。


% groonga ./sandbox.db schema | jq .


レスポンスは長いので抜粋します。


(snip)

    "tables": {
      "Memos": {
        "name": "Memos",
        "type": "hash table",
        "key_type": {
          "name": "ShortText",
          "type": "type"
        },

(snip)

        "columns": {
          "content": {
            "name": "content",
            "table": "Memos",
            "full_name": "Memos.content",
            "type": "scalar",
            "value_type": {
              "name": "Text",
              "type": "type"
            },
(snip)


このkey_typeとvalue_typeに出現する「"type": "type"」とは何を意味するのか教えていただけないでしょうか?


よろしくお願いします。



_/_/_/
Ayumu Osanai

長内 歩

osana****@jarfa*****
http://www.jarfarm.com/
https://twitter.com/redfigure
https://github.com/redfigure
_/_/_/
-------------- next part --------------
HTMLの添付ファイルを保管しました...
Download 



groonga-dev メーリングリストの案内
Back to archive index