graphql-engine/server/tests-py/queries/graphql_query/boolexp/raster/teardown.yaml
Rakesh Emmadi f7c99689da support intersect filters on raster columns (close #2613) (#2704)
* initial raster support

* _st_intersects_geom -> _st_intersects_geom_nband

* add tests

* update docs

* improve docs

As requested by @marionschleifer

* new type for raster values

Suggested by @lexi-lambda

* replace `SEUnsafe "NULL"` with SENull
2019-08-29 18:37:05 +05:30

8 lines
99 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE dummy_rast;
cascade: true