VectorSchemaRootDecoder

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromDeriver[A : Schema](deriver: Deriver[VectorSchemaRootDecoder]): VectorSchemaRootDecoder[A]
def primitive[A](decode0: (StandardType[A], FieldReader) => DynamicValue)(implicit st: StandardType[A]): VectorSchemaRootDecoder[A]

Implicits

Implicits

implicit def decoder[A : Schema]: VectorSchemaRootDecoder[A]