-
Updated
Oct 15, 2021 - TypeScript
cockroachdb
Here are 195 public repositories matching this topic...
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 3, 2021 - Go
-
Updated
Oct 15, 2021 - TypeScript
It would be great to implement test case reduction strategies in SQLancer itself. The advantage of doing this in SQLancer, rather than an external tool like C-Reduce, is that we have all the information on whether a specific bug is still triggered (e.g., that two queries should yield the same result) and that the reduction can likely go further than when having an external interestingness test (e.
-
Updated
Oct 3, 2021 - C#
-
Updated
Oct 15, 2021 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Jun 20, 2021 - Go
Right now this will just generate a stack trace. If instead all these errors are caught with an error registered in here then in the UI it will show up as just a message in a warning box not a stacktrace in an error box.
Hopefully, this can be easily integration tested in desktop/panel/program.test.js by running t
-
Updated
Sep 17, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Nov 4, 2020 - Go
-
Updated
Sep 29, 2021 - Go
-
Updated
Oct 13, 2021 - Ruby
-
Updated
May 10, 2021 - Go
-
Updated
Oct 12, 2021 - Go
-
Updated
Jul 1, 2021 - Shell
-
Updated
Jun 21, 2021 - Go
-
Updated
Jul 1, 2021 - Python
-
Updated
Apr 29, 2019 - Java
-
Updated
May 20, 2019 - Elixir
-
Updated
May 13, 2020 - Go
Improve this page
Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."
Currently,
tree.NotExpr
is implemented natively in the vectorized engine, so we have to fallback to the older row-by-row engine to evaluate it. We should, instead, vectorizeNotExpr
.I think the implementation will be quite similar to how
tree.IsNullExpr
implemented, and I think we will want to implement two version ofNotExpr
operator: