Sha256: 70b308ed5bd2f956265dd5193ee097863d97b829dbd54261cb04698e37daaa46

Contents?: true

Size: 1.21 KB

Versions: 7

Compression:

Stored size: 1.21 KB

Contents

Execution example::

  > table_create --name SiteDomain --flags TABLE_HASH_KEY --key_type ShortText
  [[0,1317212750.98228,0.098212593],true]
  > table_create --name SiteCountry --flags TABLE_HASH_KEY --key_type ShortText
  > column_create --table Site --name domain --flags COLUMN_SCALAR --type SiteDomain
  [[0,1317212751.28095,0.256200943],true]
  [[0,1317212751.53719,0.085740621],true]
  > column_create --table Site --name country --flags COLUMN_SCALAR --type SiteCountry
  [[0,1317212751.82329,0.064026147],true]
  > load --table Site
  > [
  > {"_key":"http://example.org/","domain":".org","country":"japan"},
  > {"_key":"http://example.net/","domain":".net","country":"brazil"},
  > {"_key":"http://example.com/","domain":".com","country":"japan"},
  > {"_key":"http://example.net/afr","domain":".net","country":"usa"},
  > {"_key":"http://example.org/aba","domain":".org","country":"korea"},
  > {"_key":"http://example.com/rab","domain":".com","country":"china"},
  > {"_key":"http://example.net/atv","domain":".net","country":"china"},
  > {"_key":"http://example.org/gat","domain":".org","country":"usa"},
  > {"_key":"http://example.com/vdw","domain":".com","country":"japan"}
  > ]
  [[0,1317212752.0878,2.202801388],9]
  

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rroonga-2.0.4-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-2.0.3-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log