Incorporate Comments 1
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b7c6844e Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b7c6844e Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b7c6844e Branch: refs/heads/master Commit: b7c6844e8b5e181e20565c5d58de7606664418db Parents: a4bbb76 Author: liu.yu <[email protected]> Authored: Thu May 24 14:40:36 2018 +0800 Committer: liu.yu <[email protected]> Committed: Thu May 24 14:40:36 2018 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/b7c6844e/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc index 5250c11..26c2240 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc @@ -1776,6 +1776,8 @@ You can populate an offline index and remove its offline designation by using th ** `POPULATE` + specifies that the index is to be created and populated. ++ +The default is `POPULATE`. * `HBASE_OPTIONS (_hbase-option_ = '_value_'[, _hbase-option_ = '_value_']…)` +
