numeric

ldbc.connector.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

inline def decimal(inline accuracy: Int, inline scale: Int): Codec[BigDecimal]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Deprecated and Inherited methods

def bigint(size: Int): Codec[Long]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def bit(size: Int): Codec[Byte]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def int(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def mediumint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def smallint(size: Int): Codec[Short]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def tinyint(size: Int): Codec[Byte]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def ubigint(size: Int): Codec[BigInt]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def uint(size: Int): Codec[Long]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def umediumint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def usmallint(size: Int): Codec[Int]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala
def utinyint(size: Int): Codec[Short]

Attributes

Deprecated
true
Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Inherited fields

val bigint: Codec[Long]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala
val bit: Codec[Byte]

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

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

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala

Attributes

Inherited from:
NumericCodecs
Source
NumericCodecs.scala