📄 inspect.mal
字号:
#line 35 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/inspect.mx"module inspect;command getDefinition(mod:str,fcn:str) :bat[:str,:str] address INSPECTgetDefinitioncomment "Returns a string representation of a specific function.";command getSignature(mod:str,fcn:str) :bat[:str,:str] address INSPECTgetSignaturecomment "Returns the function signature(s).";command getAddress(mod:str,fcn:str) :bat[:str,:str] address INSPECTgetAddresscomment "Returns the function signature(s).";command getComment(mod:str,fcn:str) :bat[:str,:str]address INSPECTgetCommentcomment "Returns the function help information.";command getSource(mod:str,fcn:str):straddress INSPECTgetSourcecomment "Return the original input for a function.";command getKind():bat[:oid,:str]address INSPECTgetkindcomment "Obtain the instruction kind.";command getModule():bat[:oid,:str]address INSPECTgetAllModulescomment "Obtain the function name.";command getFunction():bat[:oid,:str]address INSPECTgetAllFunctionscomment "Obtain the function name.";command getSignatures():bat[:oid,:str]address INSPECTgetAllSignaturescomment "Obtain the function signatures.";command getAddresses():bat[:oid,:str]address INSPECTgetAllAddressescomment "Obtain the function address.";pattern getSize():lngaddress INSPECTgetSizecomment "Return the storage size for the current function (in bytes).";command getSize(mod:str):bat[:str,:lng]address INSPECTgetModuleSizecomment "Return the storage size for a module (in bytes).";command getSize(mod:str,fcn:str):lngaddress INSPECTgetFunctionSizecomment "Return the storage size for a function (in bytes).";pattern getType(v:bat[:any_1,:any_2]) (ht:str, tt:str)address INSPECTtypeNamecomment "Return the internal type of a variable (expression).";pattern getType(v:any_1) :str address INSPECTtypeNamecomment "Return the type of a variable (expression).";command getTypeName(v:int):str address INSPECTtypenamecomment "Get the type name associated with a type id.";pattern getTypeIndex(v:any_1):int address INSPECTtypeIndexcomment "Return the type index of a variable.";command getAtomNames():bat[:int,:str] address INSPECTatom_namescomment "Collect a BAT with the atom names.";command getAtomSuper():bat[:int,:str] address INSPECTatom_sup_namescomment "Collect a BAT with the atom names.";command getAtomSizes():bat[:int,:int] address INSPECTatom_sizescomment "Collect a BAT with the atom sizes.";command getEnvironment():bat[:str,:str]address INSPECTgetEnvironmentcomment "Collect the environment variables.";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -