?? tablet.mal
字號:
#line 238 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/tablet.mx"# the major tablet shuffling routinesmodule tablet;command load( names:bat[:oid,:str], seps:bat[:oid,:str], types:bat[:oid,:str], datafile:str, nr:int ) :bat[:str,:bat] address CMDtablet_loadcomment "Load a bat using specific format.";command input( names:bat[:oid,:str], seps:bat[:oid,:str], types:bat[:oid,:str], s:streams, nr:int ) :bat[:str,:bat] address CMDtablet_inputcomment "Load a bat using specific format.";command dump(names:bat[:oid,:str], seps:bat[:oid,:str], bats:bat[:oid,:bat], datafile:str, nr:int) :void address CMDtablet_dump comment "Dump the bat in ASCII format";command output(order:bat[:any_1,:any_2], seps:bat[:oid,:str], bats:bat[:oid,:bat], s:streams) :void address CMDtablet_output comment "Send the bat to an output stream.";pattern display(v:any...):int address TABdisplayRowcomment "Display a formatted row";pattern display(v:bat[:any_1,:any]...):int address TABdisplayTablecomment "Display a formatted table";pattern page(b:bat[:any_1,:any]...):int address TABpagecomment "Display all pages at once without header";pattern header(b:any...):int address TABheadercomment "Display the minimal header for the table";command setProperties(prop:str):int address TABsetPropertiescomment "Define the set of properties";pattern dump(s:streams,b:bat[:any,:any]...):int address TABdumpcomment "Print all pages with header to a stream";pattern setFormat(b:any...):void address TABsetFormatcomment "Initialize a new reporting structure.";command finish():void address TABfinishReportcomment "Free the storage space of the report descriptor";command setStream(s:streams):void address TABsetStreamcomment "Redirect the output to a stream.";command setPivot(b:bat[:void,:oid]) :voidaddress TABsetPivotcomment "The pivot bat identifies the tuples of interest. The only requirement is that all keys mentioned in the pivot tail exist in all BAT parameters of the print comment. The pivot also provides control over the order in which the tuples are produced.";command setDelimiter(sep:str):void address TABsetDelimitercomment "Set the column separator.";command setTableBracket(lbrk:str,rbrk:str)address TABsetTableBracketcomment "Format the brackets around a table";command setRowBracket(lbrk:str,rbrk:str)address TABsetRowBracketcomment "Format the brackets around a row";# Set the column properties pattern setColumn(idx:int, v:any_1)address TABsetColumncomment "Bind i-th output column to a variable";command setName(idx:int, nme:str)address TABsetColumnNamecomment "Set the display name for a given column";command setBracket(idx:int,lbrk:str,rbrk:str)address TABsetColumnBracketcomment "Format the brackets around a field";command setNull(idx:int, fmt:str)address TABsetColumnNullcomment "Set the display format for a null value for a given column";command setWidth(idx:int, maxwidth:int)address TABsetColumnWidthcomment "Set the maximal display witdh for a given column. All values exceeding the length are simple shortened without any notice.";command setPosition(idx:int,f:int,i:int)address TABsetColumnPositioncomment "Set the character position to use for this field when loading according to fixed (punch-card) layout.";command setDecimal(idx:int,s:int,p:int)address TABsetColumnDecimalcomment "Set the scale and precision for numeric values";command firstPage():void address TABfirstPagecomment "Produce the first page of output";command lastPage():void address TABlastPagecomment "Produce the last page of output";command nextPage():void address TABnextPagecomment "Produce the next page of output";command prevPage():void address TABprevPagecomment "Produce the prev page of output";command getPageCnt():void address TABgetPageCntcomment "Return the size in number of pages";command getPage(i:int):void address TABgetPagecomment "Produce the i-th page of output";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -