⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statistics.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 MAL
字号:
#line 56 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/statistics.mx"module statistics;pattern open():voidaddress STATopencomment "Locate and open the statistics box";pattern close():voidaddress STATclosecomment "Close the statistics box ";pattern destroy():voidaddress STATdestroycomment "Destroy the statistics box";pattern take(name:any_1):any_2address STATtakecomment "Take a variable out of the statistics box";command deposit(name:str) :voidaddress STATdepositStrcomment "Enter a new BAT into the statistics box";command deposit(name:bat[:any_1,:any_2]) :voidaddress STATdepositcomment "Enter a new BAT into the statistics box";pattern releaseAll():voidaddress STATreleaseAllcomment "Release all variables in the box";pattern release(name:str) :voidaddress STATreleaseStrcomment "Release a single BAT from the  box";command release(name:bat[:any_1,:any_2]):voidaddress STATreleasecomment "Release a single BAT from the  box";pattern toString(name:any_1):straddress STATtoStringcomment "Get the string representation of an element in the box";pattern discard(name:str) :voidaddress STATdiscardcomment "Release a BAT by name from the box";command discard(name:bat[:any_1,:any_2]) :voidaddress STATdiscard2comment "Release a BAT variable from the box";pattern newIterator()(:lng,:str)address STATnewIteratorcomment "Locate next element in the box";pattern hasMoreElements()(:lng,:str)address STAThasMoreElementscomment "Locate next element in the box";command update()address STATupdatecomment "Check for stale information";command forceUpdate()address STATforceUpdateAllcomment "Bring all information up to date";command forceUpdate(bnme:str)address STATforceUpdatecomment "Bring the statistics up to date for one BAT";command prelude() :voidaddress STATpreludecomment "Initialize the statistics package";command epilogue() :voidaddress STATepiloguecomment "Release the resources of the statistics package";command dump() :voidaddress STATdumpcomment "Display the statistics table";command getObjects():bat[:int,:str]address STATgetObjectscomment "Return a table with BAT names managed";command getHotset():bat[:int,:str]address STATgetHotsetcomment "Return a table with BAT names that have been touchedsince the start of the session";command getCount(nme:str):lngaddress STATgetCountcomment "Return latest stored count information";command getSize(nme:str):lngaddress STATgetSizecomment "Return latest stored count information";command getMin(nme:str):lngaddress STATgetMincomment "Return latest stored minimum information";command getMax(nme:str):lngaddress STATgetMaxcomment "Return latest stored maximum information";command getHistogram(nme:str):bat[:any_1,:any_2]address STATgetHistogramcomment "Return the latest histogram");#line 155 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/statistics.mx"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -