updated Options docs

This commit is contained in:
Yuce Tekol 2018-09-12 00:59:44 +03:00
parent b1af66a427
commit 63f1b65c0a
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -662,8 +662,8 @@ Options(<CALL>, columnAttrs=<BOOL>, excludeColumns=<BOOL>, excludeRowAttrs=<BOOL
Modifies the given query as follows:
* `columnAttrs`: Include column attributes in the result (Default: `false`).
* `excludeColumns`: Exclude column IDs in the result (Default: `false`).
* `excludeRowAttrs`: Exclude row attributes in the result (Default: `false`).
* `excludeColumns`: Exclude column IDs from the result (Default: `false`).
* `excludeRowAttrs`: Exclude row attributes from the result (Default: `false`).
* `shards`: Run the query using only the data from the given shards. By default, the entire data set (i.e. data from all shards) is used.
**Result Type:** Same result type as <CALL>.