me.mnedokushev.zio.apache.arrow.core.codec.ValueVectorCodec
See theValueVectorCodec companion class
object ValueVectorCodec
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValueVectorCodec.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Implicits
Implicits
implicit def codec[V <: ValueVector, A](implicit encoder: ValueVectorEncoder[V, A], decoder: ValueVectorDecoder[V, A]): ValueVectorCodec[V, A]
implicit def listChunkCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Chunk[A]], decoder: ValueVectorDecoder[ListVector, Chunk[A]]): ValueVectorCodec[ListVector, Chunk[A]]
implicit def listChunkOptionCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Chunk[Option[A]]], decoder: ValueVectorDecoder[ListVector, Chunk[Option[A]]]): ValueVectorCodec[ListVector, Chunk[Option[A]]]
implicit def listCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, C[A]], decoder: ValueVectorDecoder[ListVector, C[A]]): ValueVectorCodec[ListVector, C[A]]
implicit def listOptionCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, C[Option[A]]], decoder: ValueVectorDecoder[ListVector, C[Option[A]]]): ValueVectorCodec[ListVector, C[Option[A]]]
implicit def optionCodec[V <: ValueVector, A](implicit encoder: ValueVectorEncoder[V, Option[A]], decoder: ValueVectorDecoder[V, Option[A]]): ValueVectorCodec[V, Option[A]]
implicit def optionListChunkCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Option[Chunk[A]]], decoder: ValueVectorDecoder[ListVector, Option[Chunk[A]]]): ValueVectorCodec[ListVector, Option[Chunk[A]]]
implicit def optionListCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, Option[C[A]]], decoder: ValueVectorDecoder[ListVector, Option[C[A]]]): ValueVectorCodec[ListVector, Option[C[A]]]
implicit def structCodec[A](implicit encoder: ValueVectorEncoder[StructVector, A], decoder: ValueVectorDecoder[StructVector, A]): ValueVectorCodec[StructVector, A]
In this article