Skip to content
#

cockroachdb

Here are 178 public repositories matching this topic...

cockroach
rafiss
rafiss commented Jul 23, 2021

cardinality returns the number of elements in the array. In Postgres, it's recursive, and counts each element in every dimension. Since CockroachDB only supports 1-dimensional arrays right now, the function is similar to array_len

See https://www.postgresql.org/docs/13/functions-array.html

Instructions:

mrigger
mrigger commented Apr 7, 2021

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.

Improve this page

Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."

Learn more