Sha256: a245d2396fcb0c4afa84a6e540480184302961b92e5fc51a1aa888656bc93272

Contents?: true

Size: 1.72 KB

Versions: 5

Compression:

Stored size: 1.72 KB

Contents

Execution example::

  select Entries --filter 'n_likes < 5 && content @ "senna" || content @ "fast"'
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         3
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "content", 
  #           "Text"
  #         ], 
  #         [
  #           "n_likes", 
  #           "UInt32"
  #         ]
  #       ], 
  #       [
  #         4, 
  #         "Good-bye Senna", 
  #         "I migrated all Senna system!", 
  #         3
  #       ], 
  #       [
  #         2, 
  #         "Groonga", 
  #         "I started to use groonga. It's very fast!", 
  #         10
  #       ], 
  #       [
  #         3, 
  #         "Mroonga", 
  #         "I also started to use mroonga. It's also very fast! Really fast!", 
  #         15
  #       ]
  #     ]
  #   ]
  # ]
  select Entries --filter 'n_likes < 5 && (content @ "senna" || content @ "fast")'
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         1
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "content", 
  #           "Text"
  #         ], 
  #         [
  #           "n_likes", 
  #           "UInt32"
  #         ]
  #       ], 
  #       [
  #         4, 
  #         "Good-bye Senna", 
  #         "I migrated all Senna system!", 
  #         3
  #       ]
  #     ]
  #   ]
  # ]

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