Changeset: 703fb4f47c19 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/703fb4f47c19 Modified Files: clients/Tests/MAL-signatures.test Branch: default Log Message:
Approve test. diffs (54 lines): diff --git a/clients/Tests/MAL-signatures.test b/clients/Tests/MAL-signatures.test --- a/clients/Tests/MAL-signatures.test +++ b/clients/Tests/MAL-signatures.test @@ -35844,50 +35844,10 @@ pattern iterator.new(X_0:bat[:any_1]) (X ITRbunIterator Process the buns one by one extracted from a void table. iterator -new -command iterator.new(X_0:bat[:any_1], X_1:lng) (X_2:lng, X_3:bat[:any_1]) -ITRnewChunk -Create an iterator with fixed granule size.@The result is a view. -iterator next pattern iterator.next(X_0:bat[:any_1]) (X_1:oid, X_2:any_1) ITRbunNext Produce the next bun for processing. -iterator -next -command iterator.next(X_0:bat[:any_1], X_1:lng) (X_2:lng, X_3:bat[:any_1]) -ITRnextChunk -Produce the next chunk for processing. -iterator -next -command iterator.next(X_0:dbl, X_1:dbl):dbl -ITRnext_dbl -Advances the iterator with a fixed value -iterator -next -command iterator.next(X_0:flt, X_1:flt):flt -ITRnext_flt -(empty) -iterator -next -command iterator.next(X_0:int, X_1:int):int -ITRnext_int -(empty) -iterator -next -command iterator.next(X_0:lng, X_1:lng):lng -ITRnext_lng -(empty) -iterator -next -command iterator.next(X_0:oid, X_1:oid):oid -ITRnext_oid -(empty) -iterator -next -command iterator.next(X_0:sht, X_1:sht):sht -ITRnext_sht -(empty) json dump pattern json.dump(X_0:json):bat[:str] _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
