mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Use default row/column labels
This commit is contained in:
parent
742ca5d18f
commit
3eff46b07a
1 changed files with 6 additions and 6 deletions
|
|
@ -40,12 +40,12 @@
|
|||
<div class='query-tooltip-content'>
|
||||
<h5>PQL</h5>
|
||||
<div class="code">
|
||||
SetBit(frame=foo, row=0, column=0)<br />
|
||||
ClearBit(frame=foo, row=0, column=0)<br />
|
||||
SetRowAttrs(frame=foo, row=0, color="blue")<br />
|
||||
SetColumnAttrs(frame=foo, column=0, shape="circle")<br />
|
||||
Bitmap(frame=foo, row=0)<br />
|
||||
Range(frame=foo, row=0, start="2010-01", end="2017-03")<br />
|
||||
SetBit(frame=foo, rowID=0, columnID=0)<br />
|
||||
ClearBit(frame=foo, rowID=0, columnID=0)<br />
|
||||
SetRowAttrs(frame=foo, rowID=0, color="blue")<br />
|
||||
SetColumnAttrs(frame=foo, columnID=0, shape="circle")<br />
|
||||
Bitmap(frame=foo, rowID=0)<br />
|
||||
Range(frame=foo, rowID=0, start="2010-01", end="2017-03")<br />
|
||||
Count(<BITMAP_CALL>)<br />
|
||||
TopN([BITMAP_CALL], frame=foo, n=20)<br />
|
||||
Union([BITMAP_CALL, ...])<br />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue