{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where on_earth = 1", "rows": [{"pk": 1, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Mission", "tags": "[\"tag1\", \"tag2\"]", "complex_array": "[{\"foo\": \"bar\"}]", "distinct_some_null": "one"}, {"pk": 2, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Dogpatch", "tags": "[\"tag1\", \"tag3\"]", "complex_array": "[]", "distinct_some_null": "two"}, {"pk": 3, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "SOMA", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 4, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Tenderloin", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 5, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Bernal Heights", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 6, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Hayes Valley", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 7, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Hollywood", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 8, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Downtown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 9, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Los Feliz", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 10, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Koreatown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 11, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Downtown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 12, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Greektown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 13, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Corktown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 14, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Mexicantown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}], "truncated": false, "filtered_table_rows_count": 14, "expanded_columns": ["city_id"], "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 \"on_earth\" = :p0 order by pk limit 101", "params": {"p0": "1"}}, "facet_results": {"city_id": {"name": "city_id", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on", "results": [{"value": 1, "label": "San Francisco", "count": 6, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&city_id=1", "selected": false}, {"value": 2, "label": "Los Angeles", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&city_id=2", "selected": false}, {"value": 3, "label": "Detroit", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&city_id=3", "selected": false}], "truncated": false}, "state": {"name": "state", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=city_id&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on", "results": [{"value": "CA", "label": "CA", "count": 10, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&state=CA", "selected": false}, {"value": "MI", "label": "MI", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&state=MI", "selected": false}], "truncated": false}, "neighborhood": {"name": "neighborhood", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=city_id&_facet=state&on_earth=1&_facet_date=created&_labels=on", "results": [{"value": "Downtown", "label": "Downtown", "count": 2, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Downtown", "selected": false}, {"value": "Bernal Heights", "label": "Bernal Heights", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Bernal+Heights", "selected": false}, {"value": "Corktown", "label": "Corktown", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Corktown", "selected": false}, {"value": "Dogpatch", "label": "Dogpatch", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Dogpatch", "selected": false}, {"value": "Greektown", "label": "Greektown", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Greektown", "selected": false}, {"value": "Hayes Valley", "label": "Hayes Valley", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Hayes+Valley", "selected": false}, {"value": "Hollywood", "label": "Hollywood", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Hollywood", "selected": false}, {"value": "Koreatown", "label": "Koreatown", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Koreatown", "selected": false}, {"value": "Los Feliz", "label": "Los Feliz", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Los+Feliz", "selected": false}, {"value": "Mexicantown", "label": "Mexicantown", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Mexicantown", "selected": false}, {"value": "Mission", "label": "Mission", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Mission", "selected": false}, {"value": "SOMA", "label": "SOMA", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=SOMA", "selected": false}, {"value": "Tenderloin", "label": "Tenderloin", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&neighborhood=Tenderloin", "selected": false}], "truncated": false}, "created": {"name": "created", "type": "date", "results": [{"value": "2019-01-14", "label": "2019-01-14", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&created__date=2019-01-14", "selected": false}, {"value": "2019-01-15", "label": "2019-01-15", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&created__date=2019-01-15", "selected": false}, {"value": "2019-01-16", "label": "2019-01-16", "count": 3, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&created__date=2019-01-16", "selected": false}, {"value": "2019-01-17", "label": "2019-01-17", "count": 3, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&created__date=2019-01-17", "selected": false}], "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_labels=on", "truncated": false}}, "suggested_facets": [{"name": "created", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&_facet=created"}, {"name": "tags", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&_facet=tags"}, {"name": "complex_array", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&_facet=complex_array"}, {"name": "tags", "type": "array", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=city_id&_facet=state&_facet=neighborhood&on_earth=1&_facet_date=created&_labels=on&_facet_array=tags"}], "next": null, "next_url": null, "query_ms": 39.4895076751709}