{"database": "fixtures", "query_name": null, "rows": [[2, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Dogpatch", "[\"tag1\", \"tag3\"]", "[]", "two"]], "truncated": false, "columns": ["pk", "created", "planet_int", "on_earth", "state", "city_id", "neighborhood", "tags", "complex_array", "distinct_some_null"], "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 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": "Dogpatch", "p1": "tag3"}}, "private": false, "allow_execute_sql": true, "query_ms": 0.9634494781494141}