unytics/bigfunctions

[new]: `find_shortest_path(point1, point2, geography)`

unytics opened this issue · 1 comments

Check the idea has not already been suggested

Edit the title above with self-explanatory function name and argument names

  • The function name and the argument names I entered in the title above seems self explanatory to me.

BigFunction Description as it would appear in the documentation

Find shortest path between two points.

Inspired from https://github.com/francois-baptiste/bigquery-routing

Examples of (arguments, expected output) as they would appear in the documentation

see with Francois Baptiste?

@unytics
What can be the data type of this geography? I think geography has to be like a table.

and we can pull geopoints from this table by making this as a procedure.