📄 crackers.mal
字号:
command select(b:bat[:any_1,:chr],l:chr):bat[:any_2,:chr]address CRKselectValue_chrcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command select(b:bat[:any_1,:chr],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:chr]address CRKselectBounds_chrcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:chr],l:chr,h:chr):bat[:any_2,:void]address CRKuselect_chrcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:chr],l:chr):bat[:any_2,:void]address CRKuselectValue_chrcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:chr],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:void]address CRKuselectBounds_chrcomment "Retrieve the subset using a cracker index producing preferably a BATview.";#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:void,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:void,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:void,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:void,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 246 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:void,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:oid,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:void,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:oid,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 247 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:oid,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:void,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:oid,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:void,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 248 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:oid,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:oid,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:oid,:chr], l:chr, h:chr, li:bit, hi:bit, left:bat[:oid,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_chrcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 249 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 269 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 216 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command select(b:bat[:any_1,:sht],l:sht,h:sht):bat[:any_2,:sht]address CRKselect_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command select(b:bat[:any_1,:sht],l:sht):bat[:any_2,:sht]address CRKselectValue_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command select(b:bat[:any_1,:sht],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:sht]address CRKselectBounds_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:sht],l:sht,h:sht):bat[:any_2,:void]address CRKuselect_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:sht],l:sht):bat[:any_2,:void]address CRKuselectValue_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:sht],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:void]address CRKuselectBounds_shtcomment "Retrieve the subset using a cracker index producing preferably a BATview.";#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:void,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:void,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:void,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:void,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 246 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:void,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:oid,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:void,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:oid,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 247 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:oid,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:void,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:oid,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:void,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 248 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:oid,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:oid,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. The result is a new [:oid,:void] BAT.";command joinuselect( right:bat[:oid,:sht], l:sht, h:sht, li:bit, hi:bit, left:bat[:oid,:void], inPlace:bit , isForeignKey:bit):bat[:oid,:void]address CRKjoinSelectBounds_shtcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail. If inPlace is TRUE (and left has an OID head and is not a BAT-view), we operate in-place, overwriting left and returning it as result. Otherwise, the result is a new [:oid,:void] BAT. If isForeignKey is TRUE, we assume that each tuple from left finds a match in right, and hence skip the respective check. (NOTE: This may lead to CRASHES, if isForeignKey is incorrectly passed as TRUE!)";#line 249 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 270 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"#line 216 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command select(b:bat[:any_1,:int],l:int,h:int):bat[:any_2,:int]address CRKselect_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command select(b:bat[:any_1,:int],l:int):bat[:any_2,:int]address CRKselectValue_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command select(b:bat[:any_1,:int],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:int]address CRKselectBounds_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:int],l:int,h:int):bat[:any_2,:void]address CRKuselect_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:int],l:int):bat[:any_2,:void]address CRKuselectValue_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";command uselect(b:bat[:any_1,:int],l:any_2,h:any_3,li:any_4,hi:any_5):bat[:any_6,:void]address CRKuselectBounds_intcomment "Retrieve the subset using a cracker index producing preferably a BATview.";#line 252 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/crackers.mx"command joinuselect( right:bat[:void,:int], l:int, h:int, li:bit, hi:bit, left:bat[:void,:void] ):bat[:oid,:void]address CRKjoinSelectDefault_intcomment "Join left and right on head-OIDs. From right, only those BUNs qualify that satisfy the range-restriction on the tail.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -