mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
ClerBit doc fix
This commit is contained in:
parent
3943e3e3cb
commit
c3166fb0c1
1 changed files with 3 additions and 2 deletions
|
|
@ -200,14 +200,15 @@ SetColumnAttrs(col=10, url=null)
|
|||
**Spec:**
|
||||
|
||||
```
|
||||
ClearBit(<frame=STRING>, <row=UINT>, <col=UINT>,
|
||||
[timestamp=TIMESTAMP])
|
||||
ClearBit(<frame=STRING>, <row=UINT>, <col=UINT>)
|
||||
```
|
||||
|
||||
**Description:**
|
||||
|
||||
`ClearBit` assigns a value of 0 to a bit in the binary matrix, thus disassociating the given row in the given frame from the given column.
|
||||
|
||||
Note that clearing bits from time views is not supported.
|
||||
|
||||
**Result Type:** boolean
|
||||
|
||||
A return value of `true` indicates that the bit was toggled from 1 to 0.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue