This is an automated email from the ASF dual-hosted git repository.
myui pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0205236 Fixed a typo
0205236 is described below
commit 020523615d6059981f3fc1ced6c6bb67b1f35afa
Author: Makoto Yui <[email protected]>
AuthorDate: Fri Jan 11 03:49:04 2019 +0900
Fixed a typo
---
userguide/misc/topk.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/userguide/misc/topk.html b/userguide/misc/topk.html
index 4462489..9e02a4b 100644
--- a/userguide/misc/topk.html
+++ b/userguide/misc/topk.html
@@ -2504,7 +2504,7 @@ WHRE <span class="hljs-keyword">rank</span> <= <span
class="hljs-number">2</s
CLUSTER <span class="hljs-keyword">BY</span> <span
class="hljs-keyword">class</span> <span class="hljs-comment">-- Mandatory for
`each_top_k`</span>
) t
</code></pre>
-<div class="panel panel-primary"><div class="panel-heading"><h3
class="panel-title" id="note"><i class="fa fa-edit"></i> Note</h3></div><div
class="panel-body"><p><code>CLUSTER BY x</code> is a synonym of
<code>DISTRIBUTE BY x CLASS SORT BY x</code> and required when using
<code>each_top_k</code>.</p></div></div>
+<div class="panel panel-primary"><div class="panel-heading"><h3
class="panel-title" id="note"><i class="fa fa-edit"></i> Note</h3></div><div
class="panel-body"><p><code>CLUSTER BY x</code> is a synonym of
<code>DISTRIBUTE BY x SORT BY x</code> and required when using
<code>each_top_k</code>.</p></div></div>
<p>The function signature of <code>each_top_k</code> is <code>each_top_k(int
k, ANY group, double value, arg1, arg2, ..., argN)</code> and it returns a
relation <code>(int rank, double value, arg1, arg2, .., argN)</code>.</p>
<p>Any number types or timestamp are accepted for the type of
<code>value</code> but it MUST be not NULL.
Do null hanlding like <code>if(value is null, -1, value)</code> to avoid
null.</p>
@@ -3204,7 +3204,7 @@ Apache Hivemall is an effort undergoing incubation at The
Apache Software Founda
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"Efficient Top-K Query
Processing","level":"2.2","depth":1,"next":{"title":"Text
Tokenizer","level":"2.3","depth":1,"path":"misc/tokenizer.md","ref":"misc/tokenizer.md","articles":[]},"previous":{"title":"List
of Generic Hivemall
Functions","level":"2.1","depth":1,"path":"misc/generic_funcs.md","ref":"misc/generic_funcs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-api","edit-link","github","splitter","sitemap","etoc","ca
[...]
+ gitbook.page.hasChanged({"page":{"title":"Efficient Top-K Query
Processing","level":"2.2","depth":1,"next":{"title":"Text
Tokenizer","level":"2.3","depth":1,"path":"misc/tokenizer.md","ref":"misc/tokenizer.md","articles":[]},"previous":{"title":"List
of Generic Hivemall
Functions","level":"2.1","depth":1,"path":"misc/generic_funcs.md","ref":"misc/generic_funcs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["theme-api","edit-link","github","splitter","sitemap","etoc","ca
[...]
});
</script>
</div>