PQL
SetBit(frame=foo, rowID=0, columnID=0)
ClearBit(frame=foo, rowID=0, columnID=0)
SetRowAttrs(frame=foo, rowID=0, color="blue")
SetColumnAttrs(frame=foo, columnID=0, shape="circle")
Bitmap(frame=foo, rowID=0)
Range(frame=foo, rowID=0, start="2010-01", end="2017-03")
Count(<BITMAP_CALL>)
TopN([BITMAP_CALL], frame=foo, n=20)
Union([BITMAP_CALL, ...])
Intersect(<BITMAP_CALL>, [BITMAP_CALL, ...])
Difference(<BITMAP_CALL>, <BITMAP_CALL>)
Special commands
:create index test [columnLabel=column]
:use test
:create frame foo [rowLabel=row]
:delete index test
:delete frame foo
<tab>: autocomplete
<up>/<down>: history