{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where neighborhood = \"Dogpatch\", planet_int = 1 and tags contains \"tag3\"", "rows": [[2, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Dogpatch", "[\"tag1\", \"tag3\"]", "[]", "two"]], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": [], "expandable_columns": [[{"column": "city_id", "other_table": "facet_cities", "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 \"neighborhood\" = :p0 and \"planet_int\" = :p1 and rowid in (\n            select facetable.rowid from facetable, json_each(facetable.tags) j\n            where j.value = :p2\n        ) order by pk limit 101", "params": {"p0": "Dogpatch", "p1": "1", "p2": "tag3"}}, "facet_results": {}, "suggested_facets": [{"name": "created", "type": "date", "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?neighborhood=Dogpatch&planet_int=1&tags__arraycontains=tag3&_facet_date=created"}, {"name": "tags", "type": "array", "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?neighborhood=Dogpatch&planet_int=1&tags__arraycontains=tag3&_facet_array=tags"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 36.48042678833008, "source": "github.com/simon/datasette-psutil", "source_url": "https://github.com/simon/datasette-psutil"}