# `Postgrex.Line`
[🔗](https://github.com/elixir-ecto/postgrex/blob/v0.22.3/lib/postgrex/builtins.ex#L158)

Struct for PostgreSQL `line`.

Note, lines are stored in PostgreSQL in the form `{a, b, c}`, which
parameterizes a line as `a*x + b*y + c = 0`.

## Fields

  * `a`
  * `b`
  * `c`

# `t`

```elixir
@type t() :: %Postgrex.Line{a: float(), b: float(), c: float()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
