object ValueVectorCodec extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueVectorCodec
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bigDecimalCodec: ValueVectorCodec[DecimalVector, BigDecimal]
  6. implicit val bigIntegerCodec: ValueVectorCodec[VarBinaryVector, BigInteger]
  7. implicit val binaryCodec: ValueVectorCodec[LargeVarBinaryVector, Chunk[Byte]]
  8. implicit val boolCodec: ValueVectorCodec[BitVector, Boolean]
  9. implicit val byteCodec: ValueVectorCodec[UInt1Vector, Byte]
  10. implicit val charCodec: ValueVectorCodec[UInt2Vector, Char]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. implicit def codec[V <: ValueVector, A](implicit encoder: ValueVectorEncoder[V, A], decoder: ValueVectorDecoder[V, A]): ValueVectorCodec[V, A]
  13. implicit val dayOfWeekCodec: ValueVectorCodec[IntVector, DayOfWeek]
  14. implicit val doubleCodec: ValueVectorCodec[Float8Vector, Double]
  15. implicit val durationCodec: ValueVectorCodec[BigIntVector, zio.Duration]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit val floatCodec: ValueVectorCodec[Float4Vector, Float]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. implicit val instantCodec: ValueVectorCodec[BigIntVector, Instant]
  22. implicit val intCodec: ValueVectorCodec[IntVector, Int]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. implicit def listChunkCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Chunk[A]], decoder: ValueVectorDecoder[ListVector, Chunk[A]]): ValueVectorCodec[ListVector, Chunk[A]]
  25. implicit def listChunkOptionCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Chunk[Option[A]]], decoder: ValueVectorDecoder[ListVector, Chunk[Option[A]]]): ValueVectorCodec[ListVector, Chunk[Option[A]]]
  26. implicit def listCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, C[A]], decoder: ValueVectorDecoder[ListVector, C[A]]): ValueVectorCodec[ListVector, C[A]]
  27. implicit def listOptionCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, C[Option[A]]], decoder: ValueVectorDecoder[ListVector, C[Option[A]]]): ValueVectorCodec[ListVector, C[Option[A]]]
  28. implicit val localDateCodec: ValueVectorCodec[VarCharVector, LocalDate]
  29. implicit val localDateTimeCodec: ValueVectorCodec[VarCharVector, LocalDateTime]
  30. implicit val localTimeCodec: ValueVectorCodec[VarCharVector, LocalTime]
  31. implicit val longCodec: ValueVectorCodec[BigIntVector, Long]
  32. implicit val monthCodec: ValueVectorCodec[IntVector, Month]
  33. implicit val monthDayCodec: ValueVectorCodec[BigIntVector, MonthDay]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. implicit val offsetDateTimeCodec: ValueVectorCodec[VarCharVector, OffsetDateTime]
  38. implicit val offsetTimeCodec: ValueVectorCodec[VarCharVector, OffsetTime]
  39. implicit def optionCodec[V <: ValueVector, A](implicit encoder: ValueVectorEncoder[V, Option[A]], decoder: ValueVectorDecoder[V, Option[A]]): ValueVectorCodec[V, Option[A]]
  40. implicit def optionListChunkCodec[A](implicit encoder: ValueVectorEncoder[ListVector, Option[Chunk[A]]], decoder: ValueVectorDecoder[ListVector, Option[Chunk[A]]]): ValueVectorCodec[ListVector, Option[Chunk[A]]]
  41. implicit def optionListCodec[A, C[_]](implicit encoder: ValueVectorEncoder[ListVector, Option[C[A]]], decoder: ValueVectorDecoder[ListVector, Option[C[A]]]): ValueVectorCodec[ListVector, Option[C[A]]]
  42. implicit val periodCodec: ValueVectorCodec[VarBinaryVector, Period]
  43. implicit val shortCodec: ValueVectorCodec[SmallIntVector, Short]
  44. implicit val stringCodec: ValueVectorCodec[VarCharVector, String]
  45. implicit def structCodec[A](implicit encoder: ValueVectorEncoder[StructVector, A], decoder: ValueVectorDecoder[StructVector, A]): ValueVectorCodec[StructVector, A]
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. implicit val uuidCodec: ValueVectorCodec[VarBinaryVector, UUID]
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. implicit val yearCodec: ValueVectorCodec[IntVector, Year]
  53. implicit val yearMonthCodec: ValueVectorCodec[BigIntVector, YearMonth]
  54. implicit val zoneIdCodec: ValueVectorCodec[VarCharVector, ZoneId]
  55. implicit val zoneOffsetCodec: ValueVectorCodec[VarCharVector, ZoneOffset]
  56. implicit val zonedDateTimeCodec: ValueVectorCodec[VarCharVector, ZonedDateTime]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped