From c3166fb0c129d6b421bbc6e628de61852ba940b0 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Thu, 24 May 2018 18:36:09 +0300 Subject: [PATCH] ClerBit doc fix --- docs/query-language.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/query-language.md b/docs/query-language.md index bbfe1cbb7..a598bf351 100644 --- a/docs/query-language.md +++ b/docs/query-language.md @@ -200,14 +200,15 @@ SetColumnAttrs(col=10, url=null) **Spec:** ``` -ClearBit(, , , - [timestamp=TIMESTAMP]) +ClearBit(, , ) ``` **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.