网上有篇文章 https://github.com/myui/hivemall/wiki/TFIDF-calculation
但是其中有一段不明
-- set the total number of documents
select count(distinct docid) from wikipage;
set hivevar:n_docs=3;
个人理解n_docs应该是total number of docs,亦即上一行的输出结果才对。
但是如何才能定义一个变量并对其进行初始化(用query所得的结果)?