fun pathOf(open: Boolean? = null, points: Iterable<Point>? = null): Path
A function providing a DSL for building io.vertx.pgclient.data.Path objects.
Path data type in Postgres represented by lists of connected points. Paths can be open, where the first and last points in the list are considered not connected, or closed, where the first and last points are considered connected.