View Source Postgrex.Point (Postgrex v0.17.5)

Struct for PostgreSQL point.

Fields

  • x
  • y

Summary

Types

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