[Groonga-commit] groonga/groonga at 5fc8fb0 [master] doc: add vector_new placeholder

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 24 17:19:07 JST 2017


Kouhei Sutou	2017-03-24 17:19:07 +0900 (Fri, 24 Mar 2017)

  New Revision: 5fc8fb0714c22dc4c9434e5e8c49fb4717ee3c4c
  https://github.com/groonga/groonga/commit/5fc8fb0714c22dc4c9434e5e8c49fb4717ee3c4c

  Message:
    doc: add vector_new placeholder

  Added files:
    doc/source/reference/functions/vector_new.rst
  Modified files:
    doc/files.am

  Modified: doc/files.am (+12 -0)
===================================================================
--- doc/files.am    2017-03-24 17:14:38 +0900 (d3a9cad)
+++ doc/files.am    2017-03-24 17:19:07 +0900 (aec2f51)
@@ -197,6 +197,10 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/example/reference/commands/select/adjuster_no_weight.log \
 	$(top_srcdir)/doc/source/example/reference/commands/select/adjuster_one.log \
 	$(top_srcdir)/doc/source/example/reference/commands/select/cache_no.log \
+	$(top_srcdir)/doc/source/example/reference/commands/select/columns_name_flags.log \
+	$(top_srcdir)/doc/source/example/reference/commands/select/columns_name_stage.log \
+	$(top_srcdir)/doc/source/example/reference/commands/select/columns_name_type.log \
+	$(top_srcdir)/doc/source/example/reference/commands/select/columns_name_value.log \
 	$(top_srcdir)/doc/source/example/reference/commands/select/drilldown_calc_types_all.log \
 	$(top_srcdir)/doc/source/example/reference/commands/select/drilldown_calc_types_avg.log \
 	$(top_srcdir)/doc/source/example/reference/commands/select/drilldown_calc_types_max.log \
@@ -800,6 +804,7 @@ absolute_source_files = \
 	$(top_srcdir)/doc/source/reference/functions/query.rst \
 	$(top_srcdir)/doc/source/reference/functions/rand.rst \
 	$(top_srcdir)/doc/source/reference/functions/snippet_html.rst \
+	$(top_srcdir)/doc/source/reference/functions/string_length.rst \
 	$(top_srcdir)/doc/source/reference/functions/string_substring.rst \
 	$(top_srcdir)/doc/source/reference/functions/sub_filter.rst \
 	$(top_srcdir)/doc/source/reference/functions/time_classify_day.rst \
@@ -1081,6 +1086,10 @@ source_files_relative_from_doc_dir = \
 	source/example/reference/commands/select/adjuster_no_weight.log \
 	source/example/reference/commands/select/adjuster_one.log \
 	source/example/reference/commands/select/cache_no.log \
+	source/example/reference/commands/select/columns_name_flags.log \
+	source/example/reference/commands/select/columns_name_stage.log \
+	source/example/reference/commands/select/columns_name_type.log \
+	source/example/reference/commands/select/columns_name_value.log \
 	source/example/reference/commands/select/drilldown_calc_types_all.log \
 	source/example/reference/commands/select/drilldown_calc_types_avg.log \
 	source/example/reference/commands/select/drilldown_calc_types_max.log \
@@ -1684,6 +1693,7 @@ source_files_relative_from_doc_dir = \
 	source/reference/functions/query.rst \
 	source/reference/functions/rand.rst \
 	source/reference/functions/snippet_html.rst \
+	source/reference/functions/string_length.rst \
 	source/reference/functions/string_substring.rst \
 	source/reference/functions/sub_filter.rst \
 	source/reference/functions/time_classify_day.rst \
@@ -2054,6 +2064,7 @@ html_files_relative_from_locale_dir = \
 	html/_sources/reference/functions/query.txt \
 	html/_sources/reference/functions/rand.txt \
 	html/_sources/reference/functions/snippet_html.txt \
+	html/_sources/reference/functions/string_length.txt \
 	html/_sources/reference/functions/string_substring.txt \
 	html/_sources/reference/functions/sub_filter.txt \
 	html/_sources/reference/functions/time_classify_day.txt \
@@ -2324,6 +2335,7 @@ html_files_relative_from_locale_dir = \
 	html/reference/functions/query.html \
 	html/reference/functions/rand.html \
 	html/reference/functions/snippet_html.html \
+	html/reference/functions/string_length.html \
 	html/reference/functions/string_substring.html \
 	html/reference/functions/sub_filter.html \
 	html/reference/functions/time_classify_day.html \

  Added: doc/source/reference/functions/vector_new.rst (+38 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/reference/functions/vector_new.rst    2017-03-24 17:19:07 +0900 (9c16fe5)
@@ -0,0 +1,38 @@
+.. -*- rst -*-
+
+.. highlightlang:: none
+
+.. groonga-command
+.. database: vector_new
+
+``vector_new``
+==============
+
+Summary
+-------
+
+.. versionadded:: 7.0.1
+
+It creates a new vector from arguments.
+
+TODO
+
+Syntax
+------
+
+TODO
+
+Usage
+-----
+
+TODO
+
+Parameters
+----------
+
+TODO
+
+Return value
+------------
+
+TODO
-------------- next part --------------
HTML����������������������������...
Download 



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