Changeset: 3a96be5b27f2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3a96be5b27f2 Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test Branch: copyfaster Log Message:
Approve new signatures. diffs (40 lines): diff --git a/clients/Tests/MAL-signatures-hge.test b/clients/Tests/MAL-signatures-hge.test --- a/clients/Tests/MAL-signatures-hge.test +++ b/clients/Tests/MAL-signatures-hge.test @@ -50064,6 +50064,16 @@ pattern sql.importColumn(X_0:str, X_1:in mvc_bin_import_column_wrap Import a column from the given file sql +importNulTerminated +pattern sql.importNulTerminated(X_0:str, X_1:int, X_2:bat[:bte], X_3:oid) (X_4:bat[:any], X_5:oid) +mvc_bin_import_nul_terminated_wrap +Import a column from the bytes in the given bat +sql +importRaw +pattern sql.importRaw(X_0:str, X_1:int, X_2:oid) (X_3:bat[:any], X_4:oid) +mvc_bin_import_bytes_wrap +Import the raw bytes from the given file +sql include unsafe pattern sql.include(X_0:str):void SQLinclude 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 @@ -38519,6 +38519,16 @@ pattern sql.importColumn(X_0:str, X_1:in mvc_bin_import_column_wrap Import a column from the given file sql +importNulTerminated +pattern sql.importNulTerminated(X_0:str, X_1:int, X_2:bat[:bte], X_3:oid) (X_4:bat[:any], X_5:oid) +mvc_bin_import_nul_terminated_wrap +Import a column from the bytes in the given bat +sql +importRaw +pattern sql.importRaw(X_0:str, X_1:int, X_2:oid) (X_3:bat[:any], X_4:oid) +mvc_bin_import_bytes_wrap +Import the raw bytes from the given file +sql include unsafe pattern sql.include(X_0:str):void SQLinclude _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
