AllValueDecoders

com.github.mjakubowski84.parquet4s.AllValueDecoders

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object ValueDecoder.type

Members list

Givens

Inherited givens

Attributes

Inherited from:
ProductDecoders

Implicits

Inherited implicits

implicit def arrayDecoder[T, Col[_]](implicit evidence: Col[T] =:= Array[T], classTag: ClassTag[T], factory: Factory[T, Col[T]], elementDecoder: ValueDecoder[T]): OptionalValueDecoder[Col[T]]

Attributes

Inherited from:
ComplexValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders
implicit def collectionDecoder[T, Col[_]](implicit evidence: Col[T] <:< Iterable[T], elementDecoder: ValueDecoder[T], factory: Factory[T, Col[T]]): OptionalValueDecoder[Col[T]]

Attributes

Inherited from:
ComplexValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
TimeValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
TimeValueDecoders

Attributes

Inherited from:
TimeValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders
implicit def mapDecoder[K, V](implicit kDecoder: ValueDecoder[K], vDecoder: ValueDecoder[V]): OptionalValueDecoder[Map[K, V]]

Attributes

Inherited from:
ComplexValueDecoders
implicit def optionDecoder[T](implicit elementDecoder: ValueDecoder[T]): ValueDecoder[Option[T]]

Attributes

Inherited from:
ComplexValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders

Attributes

Inherited from:
TimeValueDecoders

Attributes

Inherited from:
TimeValueDecoders

Attributes

Inherited from:
PrimitiveValueDecoders