me.mnedokushev.zio.apache.arrow.core.codec

Members list

Type members

Classlikes

final case class DecoderError(message: String, cause: Option[Throwable]) extends IOException

Attributes

Supertypes
trait Product
trait Equals
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class EncoderError(message: String, cause: Option[Throwable]) extends IOException

Attributes

Supertypes
trait Product
trait Equals
class IOException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait SchemaEncoder[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
object SchemaEncoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait ValueDecoder[+A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ValueDecoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait ValueEncoder[-A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ValueEncoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ValueVectorCodec[V <: ValueVector, A](encoder: ValueVectorEncoder[V, A], decoder: ValueVectorDecoder[V, A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait ValueVectorDecoder[V <: ValueVector, A] extends ValueDecoder[A]

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait ValueVectorEncoder[V <: ValueVector, -A] extends ValueEncoder[A]

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class VectorSchemaRootCodec[A](encoder: VectorSchemaRootEncoder[A], decoder: VectorSchemaRootDecoder[A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait VectorSchemaRootEncoder[-A] extends ValueEncoder[A]

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def primitiveWriter(st: StandardType[_], vec: FieldVector): FieldWriter
def resolveReaderByName(name: Option[String], reader: FieldReader): FieldReader