Changeset: c88de3917334 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c88de3917334 Modified Files: sql/test/miscellaneous/Tests/simple_plans.test Branch: Jul2021 Log Message:
Added histogram test diffs (38 lines): diff --git a/sql/test/miscellaneous/Tests/simple_plans.test b/sql/test/miscellaneous/Tests/simple_plans.test --- a/sql/test/miscellaneous/Tests/simple_plans.test +++ b/sql/test/miscellaneous/Tests/simple_plans.test @@ -511,6 +511,34 @@ project ( | ) [ ("t1"."b") FILTER "like" ("t3"."b", clob "", boolean "false") ] ) [ "t1"."a", "t1"."b" ] +query T python .explain.function_histogram +explain select t1.a, t1.b from t1 inner join t2 on t1.a = t2.a inner join t3 on t1.b like t3.b +---- +algebra.join +1 +algebra.likejoin +1 +algebra.projection +4 +algebra.projectionpath +2 +bat.pack +5 +bat.single +2 +querylog.define +1 +sql.bind +4 +sql.mvc +1 +sql.resultSet +1 +sql.tid +3 +user.main +1 + statement ok rollback _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list