{"database": "fixtures", "rows": [[1, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Mission", "[\"tag1\", \"tag2\"]", "[{\"foo\": \"bar\"}]", "one"]], "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 \"created\" = :p0 and date(\"created\") = :p1 and \"neighborhood\" = :p2 and \"state\" = :p3 and rowid in (            select facetable.rowid from facetable, json_each(facetable.tags) j            where j.value = :p4        ) order by pk limit 101", "params": {"p0": "2019-01-14 08:00:00", "p1": "2019-01-14", "p2": "Mission", "p3": "CA", "p4": "tag1"}}, "query_ms": 0.8225440979003906}