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 Producttrait Equalsclass IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class EncoderError(message: String, cause: Option[Throwable]) extends IOException
Attributes
- Supertypes
-
trait Producttrait Equalsclass IOExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object SchemaEncoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SchemaEncoder.type
object SchemaEncoderDeriver
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SchemaEncoderDeriver.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait VectorSchemaRootDecoder[A]
object ValueDecoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueDecoder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait VectorSchemaRootEncoder[A]
object ValueEncoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueEncoder.type
final case class ValueVectorCodec[V <: ValueVector, A](encoder: ValueVectorEncoder[V, A], decoder: ValueVectorDecoder[V, A])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
object ValueVectorCodec
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValueVectorCodec.type
trait ValueVectorDecoder[V <: ValueVector, A] extends ValueDecoder[A]
Attributes
- Companion
- object
- Supertypes
- Self type
-
object ValueVectorDecoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueVectorDecoder.type
object ValueVectorDecoderDeriver
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait ValueVectorEncoder[V <: ValueVector, -A] extends ValueEncoder[A]
Attributes
- Companion
- object
- Supertypes
- Self type
-
object ValueVectorEncoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ValueVectorEncoder.type
object ValueVectorEncoderDeriver
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final case class VectorSchemaRootCodec[A](encoder: VectorSchemaRootEncoder[A], decoder: VectorSchemaRootDecoder[A])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
object VectorSchemaRootCodec
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
trait VectorSchemaRootDecoder[A] extends ValueDecoder[A]
Attributes
- Companion
- object
- Supertypes
- Self type
object VectorSchemaRootDecoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait VectorSchemaRootEncoder[-A] extends ValueEncoder[A]
Attributes
- Companion
- object
- Supertypes
- Self type
object VectorSchemaRootEncoder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Value members
Concrete methods
In this article