Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored May 1, 2022
1 parent c23a75c commit 78a00d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The full list of supported functions can be found [here](./spatial/sql/createUDF

## Spatial Query optimizations

There are two types of supported optimizations: `ST_Intersects` and `ST_Contains`, which help Spark to push down predicates when possible.
There are two types of supported optimizations: `ST_Intersects` and `ST_Contains`, which allow Spark to push down predicates when possible.

To enable optimizations:

Expand Down

0 comments on commit 78a00d6

Please sign in to comment.