Sha256: 0ba13c71938a4503910d5677ab605d557f7a0107917e13e2d72b0fdc93266f4e

Contents?: true

Size: 1.43 KB

Versions: 5

Compression:

Stored size: 1.43 KB

Contents

Execution example::

  select --table User --query friends:@tomo --output_columns _key,username
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         5
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "username", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         "ken", 
  #         "健作"
  #       ], 
  #       [
  #         "taro", 
  #         "ぐるんが太郎"
  #       ], 
  #       [
  #         "jiro", 
  #         "ぐるんが次郎"
  #       ], 
  #       [
  #         "moritapo", 
  #         "森田"
  #       ], 
  #       [
  #         "hana", 
  #         "花子"
  #       ]
  #     ]
  #   ]
  # ]
  select --table User --query friends:@jiro --output_columns _key,username
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "username", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         "ken", 
  #         "健作"
  #       ], 
  #       [
  #         "taro", 
  #         "ぐるんが太郎"
  #       ], 
  #       [
  #         "hana", 
  #         "花子"
  #       ]
  #     ]
  #   ]
  # ]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-4.log