[Groonga-commit] groonga/groonga at c75851b [master] doc: add between examples

Zurück zum Archiv-Index

HAYASHI Kentaro null+****@clear*****
Wed Dec 25 13:37:58 JST 2013


HAYASHI Kentaro	2013-12-25 13:37:58 +0900 (Wed, 25 Dec 2013)

  New Revision: c75851b9f11265f562ef1a3667d25604bd0c0fa2
  https://github.com/groonga/groonga/commit/c75851b9f11265f562ef1a3667d25604bd0c0fa2

  Message:
    doc: add between examples

  Added files:
    doc/source/example/reference/functions/between/usage_age.log
    doc/source/example/reference/functions/between/usage_value.log

  Added: doc/source/example/reference/functions/between/usage_age.log (+46 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/functions/between/usage_age.log    2013-12-25 13:37:58 +0900 (9d774e7)
@@ -0,0 +1,46 @@
+Execution example::
+
+  select Users --filter 'between(age, 13, "include", 16, "include")'
+  # [
+  #   [
+  #     0, 
+  #     1337566253.89858, 
+  #     0.000355720520019531
+  #   ], 
+  #   [
+  #     [
+  #       [
+  #         3
+  #       ], 
+  #       [
+  #         [
+  #           "_id", 
+  #           "UInt32"
+  #         ], 
+  #         [
+  #           "_key", 
+  #           "ShortText"
+  #         ], 
+  #         [
+  #           "age", 
+  #           "Int32"
+  #         ]
+  #       ], 
+  #       [
+  #         2, 
+  #         "Bob", 
+  #         13
+  #       ], 
+  #       [
+  #         3, 
+  #         "Calros", 
+  #         15
+  #       ], 
+  #       [
+  #         4, 
+  #         "Dave", 
+  #         16
+  #       ]
+  #     ]
+  #   ]
+  # ]

  Added: doc/source/example/reference/functions/between/usage_value.log (+61 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/functions/between/usage_value.log    2013-12-25 13:37:58 +0900 (5eba07e)
@@ -0,0 +1,61 @@
+Execution example::
+
+  select Users --filter 'between(14, 13, "include", 16, "include")'
+  # [
+  #   [
+  #     0, 
+  #     1337566253.89858, 
+  #     0.000355720520019531
+  #   ], 
+  #   [
+  #     [
+  #       [
+  #         6
+  #       ], 
+  #       [
+  #         [
+  #           "_id", 
+  #           "UInt32"
+  #         ], 
+  #         [
+  #           "_key", 
+  #           "ShortText"
+  #         ], 
+  #         [
+  #           "age", 
+  #           "Int32"
+  #         ]
+  #       ], 
+  #       [
+  #         1, 
+  #         "Alice", 
+  #         12
+  #       ], 
+  #       [
+  #         2, 
+  #         "Bob", 
+  #         13
+  #       ], 
+  #       [
+  #         3, 
+  #         "Calros", 
+  #         15
+  #       ], 
+  #       [
+  #         4, 
+  #         "Dave", 
+  #         16
+  #       ], 
+  #       [
+  #         5, 
+  #         "Eric", 
+  #         20
+  #       ], 
+  #       [
+  #         6, 
+  #         "Frank", 
+  #         21
+  #       ]
+  #     ]
+  #   ]
+  # ]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index