%DeepSee.Query.Find.slicerFind
Class %DeepSee.Query.Find.slicerFind Extends %SQL.AbstractFind
Properties
qid
Property qid As %Integer;
Methods
Find
ClassMethod Find(pQID As %List) As %SQL.AbstractFind [ SqlName = slicerFind, SqlProc ]
Find expects pQID in the format $LB(CUBE,slicerKey). The appropriate slotNo to read the slicer from the cache is calculated from the chunk number as needed.
ContainsItem
Method ContainsItem(pItem As %String) As %Boolean
ReturnBitmapExtentGlobalName
Method ReturnBitmapExtentGlobalName() As %String
GetChunk
Method GetChunk(pChunk As %Integer) As %Binary
NextChunk
Method NextChunk(ByRef pChunk As %Integer = "") As %Binary
PreviousChunk
Method PreviousChunk(ByRef pChunk As %Integer = "") As %Binary