Skip to content

Commit

Permalink
Update spatial_joins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Sep 20, 2024
1 parent bd679d7 commit c4c3a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/tutorials/spatial_joins.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ In this tutorial, we will show how to perform a spatial join on first a toy data

In order to perform the spatial join, we use **[FlexiJoins.jl](https://github.com/JuliaAPlavin/FlexiJoins.jl)** to perform the join, specifically using its `by_pred` joining method. This allows the user to specify a predicate in the following manner, for any kind of table join operation:
```julia
using FlexiJoins
innerjoin((table1, table1),
by_pred(:table1_column, predicate_function, :table2_column) # & add other conditions here
)
Expand Down

0 comments on commit c4c3a29

Please sign in to comment.