AllValueDecoders
com.github.mjakubowski84.parquet4s.AllValueDecoders
trait AllValueDecoders extends PrimitiveValueDecoders, TimeValueDecoders, ComplexValueDecoders
Attributes
- Graph
-
- Supertypes
-
trait ComplexValueDecoderstrait ProductDecoderstrait TimeValueDecoderstrait PrimitiveValueDecodersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ValueDecoder.type
Members list
Givens
Inherited givens
given productDecoder[T](using ev: NotGiven[ValueDecoder[T]], decoder: ParquetRecordDecoder[T]): OptionalValueDecoder[T]
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
Attributes
- Inherited from:
- ComplexValueDecoders
Attributes
- Inherited from:
- PrimitiveValueDecoders
Attributes
- Inherited from:
- TimeValueDecoders
Attributes
- Inherited from:
- TimeValueDecoders
Attributes
- Inherited from:
- PrimitiveValueDecoders
In this article