VectorSchemaRootDecoder

me.mnedokushev.zio.apache.arrow.core.codec.VectorSchemaRootDecoder
See theVectorSchemaRootDecoder companion object

Attributes

Companion
object
Graph
Supertypes
trait ValueDecoder[A]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def decodeField[V0 <: ValueVector](reader: FieldReader, vec: V0, idx: Int): DynamicValue

Concrete methods

final def decode(root: VectorSchemaRoot): Either[Throwable, Chunk[A]]
final def decodeZIO(root: VectorSchemaRoot): Task[Chunk[A]]
final def map[B](f: A => B)(implicit schemaSrc: Schema[A], schemaDst: Schema[B]): VectorSchemaRootDecoder[B]

Inherited and Abstract methods

def decodeValue[V0 <: ValueVector](name: Option[String], reader: FieldReader, vec: V0, idx: Int): DynamicValue

Attributes

Inherited from:
ValueDecoder