NumericCodecs

ldbc.connector.codec.NumericCodecs

Attributes

Source
NumericCodecs.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all
object numeric

Members list

Value members

Concrete methods

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

Attributes

Source
NumericCodecs.scala

Deprecated methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Deprecated
true
Source
NumericCodecs.scala

Concrete fields

val bigint: Codec[Long]

Attributes

Source
NumericCodecs.scala
val bit: Codec[Byte]

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala
val float: Codec[Float]

Attributes

Source
NumericCodecs.scala
val int: Codec[Int]

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala
val uint: Codec[Long]

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala

Attributes

Source
NumericCodecs.scala