{"database": "fixtures", "query_name": null, "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"], [3, "2019-01-14 08:00:00", 1, 1, "CA", 1, "SOMA", "[]", "[]", null], [4, "2019-01-14 08:00:00", 1, 1, "CA", 1, "Tenderloin", "[]", "[]", null], [5, "2019-01-15 08:00:00", 1, 1, "CA", 1, "Bernal Heights", "[]", "[]", null], [6, "2019-01-15 08:00:00", 1, 1, "CA", 1, "Hayes Valley", "[]", "[]", null], [7, "2019-01-15 08:00:00", 1, 1, "CA", 2, "Hollywood", "[]", "[]", null], [8, "2019-01-15 08:00:00", 1, 1, "CA", 2, "Downtown", "[]", "[]", null], [9, "2019-01-16 08:00:00", 1, 1, "CA", 2, "Los Feliz", "[]", "[]", null], [10, "2019-01-16 08:00:00", 1, 1, "CA", 2, "Koreatown", "[]", "[]", null]], "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 \"state\" = :p0 order by pk limit 101", "params": {"p0": "CA"}}, "private": false, "allow_execute_sql": true, "query_ms": 1.5676021575927734}