[Groonga-commit] groonga/groonga at 50a7aed [master] doc logical_select: add example outputs

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 8 19:02:20 JST 2015


Kouhei Sutou	2015-07-08 19:02:20 +0900 (Wed, 08 Jul 2015)

  New Revision: 50a7aed4506e76435592b92c8d9b61b6b63eeb41
  https://github.com/groonga/groonga/commit/50a7aed4506e76435592b92c8d9b61b6b63eeb41

  Message:
    doc logical_select: add example outputs

  Added files:
    doc/source/example/reference/commands/logical_select/max.log
    doc/source/example/reference/commands/logical_select/max_border.log

  Added: doc/source/example/reference/commands/logical_select/max.log (+63 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/commands/logical_select/max.log    2015-07-08 19:02:20 +0900 (5b58be6)
@@ -0,0 +1,63 @@
+Execution example::
+
+  logical_select \
+    --logical_table Entries \
+    --shard_key created_at \
+    --max "2015/07/08 23:59:59"
+  # [
+  #   [
+  #     0, 
+  #     1337566253.89858, 
+  #     0.000355720520019531
+  #   ], 
+  #   [
+  #     [
+  #       [
+  #         3
+  #       ], 
+  #       [
+  #         [
+  #           "_key", 
+  #           "ShortText"
+  #         ], 
+  #         [
+  #           "content", 
+  #           "Text"
+  #         ], 
+  #         [
+  #           "created_at", 
+  #           "Time"
+  #         ], 
+  #         [
+  #           "n_likes", 
+  #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
+  #         ]
+  #       ], 
+  #       [
+  #         "The first post!", 
+  #         "Welcome! This is my first post!", 
+  #         1436281200.0, 
+  #         5, 
+  #         "Hello"
+  #       ], 
+  #       [
+  #         "Groonga", 
+  #         "I started to use Groonga. It's very fast!", 
+  #         1436284800.0, 
+  #         10, 
+  #         "Groonga"
+  #       ], 
+  #       [
+  #         "Mroonga", 
+  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
+  #         1436288400.0, 
+  #         15, 
+  #         "Groonga"
+  #       ]
+  #     ]
+  #   ]
+  # ]

  Added: doc/source/example/reference/commands/logical_select/max_border.log (+64 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/commands/logical_select/max_border.log    2015-07-08 19:02:20 +0900 (32c1d3b)
@@ -0,0 +1,64 @@
+Execution example::
+
+  logical_select \
+    --logical_table Entries \
+    --shard_key created_at \
+    --max "2015/07/09 00:00:00" \
+    --max_border "exclude"
+  # [
+  #   [
+  #     0, 
+  #     1337566253.89858, 
+  #     0.000355720520019531
+  #   ], 
+  #   [
+  #     [
+  #       [
+  #         3
+  #       ], 
+  #       [
+  #         [
+  #           "_key", 
+  #           "ShortText"
+  #         ], 
+  #         [
+  #           "content", 
+  #           "Text"
+  #         ], 
+  #         [
+  #           "created_at", 
+  #           "Time"
+  #         ], 
+  #         [
+  #           "n_likes", 
+  #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
+  #         ]
+  #       ], 
+  #       [
+  #         "The first post!", 
+  #         "Welcome! This is my first post!", 
+  #         1436281200.0, 
+  #         5, 
+  #         "Hello"
+  #       ], 
+  #       [
+  #         "Groonga", 
+  #         "I started to use Groonga. It's very fast!", 
+  #         1436284800.0, 
+  #         10, 
+  #         "Groonga"
+  #       ], 
+  #       [
+  #         "Mroonga", 
+  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
+  #         1436288400.0, 
+  #         15, 
+  #         "Groonga"
+  #       ]
+  #     ]
+  #   ]
+  # ]
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index