Sha256: b9ae8dc30f35fa3f6bd3599261be9250688f00d12ef37c2407569b44a2fcbbf6

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

Execution example::

  column_create --table Site --name link --type Site
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table Site
  [{"_key":"http://example.org/","link":"http://example.net/"}]
  select --table Site --output_columns _key,title,link._key,link.title --query title:@this
  # [[0, 1337566253.89858, 0.000355720520019531], 1]
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         1
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "title", 
  #           "ShortText"
  #         ], 
  #         [
  #           "link._key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "link.title", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         "http://example.org/", 
  #         "This is test record 1!", 
  #         "http://example.net/", 
  #         "test record 2."
  #       ]
  #     ]
  #   ]
  # ]

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