numeric

skunk.codec.numeric
object numeric extends NumericCodecs

Attributes

Source
NumericCodecs.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
numeric.type

Members list

Value members

Inherited methods

def numeric(precision: Int, scale: Int): Codec[BigDecimal]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def safe[A](f: String => A): String => Either[String, A]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Inherited fields

val _float4: Codec[Arr[Float]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val _float8: Codec[Arr[Double]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val _int2: Codec[Arr[Short]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val _int4: Codec[Arr[Int]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val _int8: Codec[Arr[Long]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val _numeric: Codec[Arr[BigDecimal]]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val float4: Codec[Float]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val float8: Codec[Double]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val int2: Codec[Short]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val int4: Codec[Int]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val int8: Codec[Long]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val numeric: Codec[BigDecimal]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala