View Source Postgrex.Point (Postgrex v0.19.0)

Struct for PostgreSQL point.

Fields

  • x
  • y

Summary

Types

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