Changeset: cf125d997b2c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/cf125d997b2c
Modified Files:
sql/backends/monet5/sql.c
Branch: copyfaster
Log Message:
Remove line breaks from pattern()'s in sql.c
diffs (25 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -5777,19 +5777,8 @@ static mel_func sql_init_funcs[] = {
//pattern("sql", "single", CMDBATsingle, false, "", args(1,2,
batargany("",2),argany("x",2))),
pattern("sql", "importColumn", mvc_bin_import_column_wrap, false, "Import a
column from the given file", args(2, 8, batargany("", 0),arg("", oid),
arg("method",str),arg("width",int),arg("bswap",bit),arg("path",str),arg("onclient",int),arg("nrows",oid))),
-
- pattern("sql", "importNulTerminated", mvc_bin_import_nul_terminated_wrap,
false, "Import a column from the bytes in the given bat",
- args(2, 6,
- batargany("", 0),arg("", oid),
-
arg("method",str),arg("width",int),batarg("bytes",bte),arg("nrows",oid))),
-
- pattern("sql", "importRaw", mvc_bin_import_bytes_wrap, false, "Import the raw
bytes from the given file",
- args(2, 5,
- batargany("", 0),arg("", oid),
- arg("path",str),arg("onclient",int),arg("nrows",oid)
- )),
-
-
+ pattern("sql", "importNulTerminated", mvc_bin_import_nul_terminated_wrap,
false, "Import a column from the bytes in the given bat", args(2, 6,
batargany("", 0),arg("", oid),
arg("method",str),arg("width",int),batarg("bytes",bte),arg("nrows",oid))),
+ pattern("sql", "importRaw", mvc_bin_import_bytes_wrap, false, "Import the raw
bytes from the given file", args(2, 5, batargany("", 0),arg("", oid),
arg("path",str),arg("onclient",int),arg("nrows",oid))),
command("aggr", "not_unique", not_unique, false, "check if the tail sorted
bat b doesn't have unique tail values", args(1,2, arg("",bit),batarg("b",oid))),
command("sql", "optimizers", getPipeCatalog, false, "", args(3,3,
batarg("",str),batarg("",str),batarg("",str))),
pattern("sql", "optimizer_updates", SQLoptimizersUpdate, false, "", noargs),
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]