View Source Postgrex.Point (Postgrex v0.17.0)

Struct for PostgreSQL point.

fields

Fields

  • x
  • y

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.Point{x: float(), y: float()}