{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where complex_array = \"[]\"", "rows": [{"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}, {"pk": 15, "created": "2019-01-17 08:00:00", "planet_int": 2, "on_earth": 0, "state": "MC", "city_id": {"value": 4, "label": "Memnonia"}, "neighborhood": "Arcadia Planitia", "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 \"complex_array\" = :p0 order by pk limit 101", "params": {"p0": "[]"}}, "facet_results": {"on_earth": {"name": "on_earth", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?complex_array=%5B%5D&_facet=tags&_facet_date=created&_labels=on", "results": [{"value": 1, "label": 1, "count": 13, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&on_earth=1", "selected": false}, {"value": 0, "label": 0, "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&on_earth=0", "selected": false}], "truncated": false}, "tags": {"name": "tags", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet_date=created&_labels=on", "results": [{"value": "[]", "label": "[]", "count": 13, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&tags=%5B%5D", "selected": false}, {"value": "[\"tag1\", \"tag3\"]", "label": "[\"tag1\", \"tag3\"]", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&tags=%5B%22tag1%22%2C+%22tag3%22%5D", "selected": false}], "truncated": false}, "created": {"name": "created", "type": "date", "results": [{"value": "2019-01-15", "label": "2019-01-15", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&created__date=2019-01-15", "selected": false}, {"value": "2019-01-17", "label": "2019-01-17", "count": 4, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&created__date=2019-01-17", "selected": false}, {"value": "2019-01-14", "label": "2019-01-14", "count": 3, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&created__date=2019-01-14", "selected": false}, {"value": "2019-01-16", "label": "2019-01-16", "count": 3, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&created__date=2019-01-16", "selected": false}], "hideable": true, "toggle_url": "/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_labels=on", "truncated": false}}, "suggested_facets": [{"name": "created", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet=created"}, {"name": "planet_int", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet=planet_int"}, {"name": "state", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet=state"}, {"name": "city_id", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet=city_id"}, {"name": "neighborhood", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet=neighborhood"}, {"name": "tags", "type": "array", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?complex_array=%5B%5D&_facet=on_earth&_facet=tags&_facet_date=created&_labels=on&_facet_array=tags"}], "next": null, "next_url": null, "query_ms": 24.46770668029785}