{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where \"created\" is on date 2019-01-14 and tags contains \"tag1\"", "rows": [[1, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Mission", "[\"tag1\", \"tag2\"]", "[{\"foo\": \"bar\"}]", "one"], [2, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Dogpatch", "[\"tag1\", \"tag3\"]", "[]", "two"]], "truncated": false, "filtered_table_rows_count": 2, "expanded_columns": [], "expandable_columns": [[{"other_table": "facet_cities", "column": "city_id", "other_column": "id"}, "name"]], "columns": ["pk", "created", "planet_int", "on_earth", "state", "city_id", "neighborhood", "tags", "complex_array", "distinct_some_null"], "primary_keys": ["pk"], "units": {}, "query": {"sql": "select pk, created, planet_int, on_earth, state, city_id, neighborhood, tags, complex_array, distinct_some_null from facetable where date(\"created\") = :p0 and rowid in (\n            select facetable.rowid from facetable, json_each(facetable.tags) j\n            where j.value = :p1\n        ) order by pk limit 101", "params": {"p0": "2019-01-14", "p1": "tag1"}}, "facet_results": {}, "suggested_facets": [{"name": "created", "type": "date", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?created__date=2019-01-14&tags__arraycontains=tag1&_facet_date=created"}, {"name": "tags", "type": "array", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?created__date=2019-01-14&tags__arraycontains=tag1&_facet_array=tags"}], "next": null, "next_url": null, "query_ms": 16.12114906311035}