diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-03-14 13:09:31 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-03-14 13:09:31 +0000 |
| commit | 8513ffff0ad43d8b684896a6e9467a69ff853504 (patch) | |
| tree | 879ba2bd9cfceffbb1568767f0c1b2eff9bd4945 /doc/querylanguage.md | |
| parent | c5336ad3ea398135640e2d9d1e41b655fed47739 (diff) | |
Add "append" modifier for "outfile" keyword to the mapreduce language
Diffstat (limited to 'doc/querylanguage.md')
| -rw-r--r-- | doc/querylanguage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/querylanguage.md b/doc/querylanguage.md index 41e95de..c3e567e 100644 --- a/doc/querylanguage.md +++ b/doc/querylanguage.md @@ -35,7 +35,7 @@ QUERY := select SELECT1[,SELECT2...] [set SET1,[,SET2...]] [interval NUMBER] [limit NUMBER] - [outfile STRING] + [outfile [append] STRING] [logformat LOGFORMAT] ``` |
