View Source Postgrex.Point (Postgrex v0.16.5)

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()}