Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgr_withPointsVia new signature #2251

Closed
cvvergara opened this issue Feb 16, 2022 · 0 comments
Closed

pgr_withPointsVia new signature #2251

cvvergara opened this issue Feb 16, 2022 · 0 comments

Comments

@cvvergara
Copy link
Member

Signature

pgr_withPointsVia(Edges SQL, Points SQL, via vertices             
      [, directed] [, strict] [, U_turn_on_edge] [, driving_side] [, details])  
    RETURNS SET OF (seq, path_pid, path_seq, start_vid, end_vid, node, edge, cost, agg_cost, route_agg_cost)
    OR EMPTY SET 
@cvvergara cvvergara added this to the Release 3.4.0 milestone Feb 16, 2022
cvvergara added a commit that referenced this issue Feb 21, 2022
* [pgtap] organizing tests for via functions
* [withPointsVia][pgtap] tests that need to pass
* [withPointsVia][C/C++] adding code for new function
* [withPointsVia][sql] adding code for new function
* [withPointsVia][queries] adding queries for the documentation
* [Via][queries] standarizng queries for via functions
* [withPointsVia][queries] adding documentation for new function
* [Via][doc] standarizing Via functions documentation
* [doc] updating notes and news
* [doc] ignoring links not exisiting yet
@cvvergara cvvergara mentioned this issue Mar 7, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant