RequiredValueCodec

com.github.mjakubowski84.parquet4s.RequiredValueCodec

Attributes

Graph
Supertypes
trait ValueCodec[T]
trait ValueDecoder[T]
trait ValueEncoder[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final override def decode(value: Value, configuration: ValueCodecConfiguration): T

Value parameters

configuration

[ValueCodecConfiguration] used by some codecs

value

source Parquet Value

Attributes

Returns

data decoded from Value

Definition Classes
Inherited from:
RequiredValueDecoder
protected def decodeNonNull(value: Value, configuration: ValueCodecConfiguration): T

Attributes

Inherited from:
RequiredValueDecoder
override def encode(data: T, configuration: ValueCodecConfiguration): Value

Value parameters

configuration

[ValueCodecConfiguration] used by some codecs

data

source data

Attributes

Returns

encoded Parquet Value

Definition Classes
Inherited from:
RequiredValueEncoder
protected def encodeNonNull(data: T, configuration: ValueCodecConfiguration): Value

Attributes

Inherited from:
RequiredValueEncoder