Sha256: c7f0e68b21ae5cab3d65d034171039feb2361858952211776278f00023bc4ee4

Contents?: true

Size: 896 Bytes

Versions: 5

Compression:

Stored size: 896 Bytes

Contents

Execution example::

  column_create --table ToyBox --name name --type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table ToyBox
  [
  {"_key":"Monkey","name":"Grease"}
  {"_key":"Flower","name":"Rose"}
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 2]
  select --table ToyBox --output_columns _key,name
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "name", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         "Monkey", 
  #         "Grease"
  #       ], 
  #       [
  #         "Flower", 
  #         "Rose"
  #       ], 
  #       [
  #         "Block", 
  #         ""
  #       ]
  #     ]
  #   ]
  # ]

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