Sha256: 2fc17e4e709221b95ee72904149f05867bc37e019072c0daa7edfea4e37a5ca5

Contents?: true

Size: 1.74 KB

Versions: 5

Compression:

Stored size: 1.74 KB

Contents

Execution example::

  select --table Video --query tags:@Variety --output_columns _key,title
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "UInt32"
  #         ], 
  #         [
  #           "title", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         2, 
  #         "Zenigata Kinjirou"
  #       ], 
  #       [
  #         5, 
  #         "Hex Gone!"
  #       ]
  #     ]
  #   ]
  # ]
  select --table Video --query tags:@Sports --output_columns _key,title
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "UInt32"
  #         ], 
  #         [
  #           "title", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         1, 
  #         "Soccer 2010"
  #       ], 
  #       [
  #         4, 
  #         "Moero!! Ultra Baseball"
  #       ]
  #     ]
  #   ]
  # ]
  select --table Video --query tags:@Animation --output_columns _key,title
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "UInt32"
  #         ], 
  #         [
  #           "title", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         6, 
  #         "Pikonyan 1"
  #       ], 
  #       [
  #         7, 
  #         "Draw 8 Month"
  #       ], 
  #       [
  #         8, 
  #         "K.O."
  #       ]
  #     ]
  #   ]
  # ]

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-2.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/index-2.log