mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-13 08:01:02 +00:00
updated Options docs
This commit is contained in:
parent
b1af66a427
commit
63f1b65c0a
1 changed files with 2 additions and 2 deletions
|
|
@ -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>.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue