Class

quasar.yggdrasil.jdbm3.RowFormat

ValueRowFormatV1

Related Doc: package RowFormat

Permalink

case class ValueRowFormatV1(_columnRefs: Seq[ColumnRef]) extends ValueRowFormat with RowFormatCodecs with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RowFormatCodecs, StdCodecs, ValueRowFormat, RowFormatSupport, RowFormat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueRowFormatV1
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RowFormatCodecs
  7. StdCodecs
  8. ValueRowFormat
  9. RowFormatSupport
  10. RowFormat
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueRowFormatV1(_columnRefs: Seq[ColumnRef])

    Permalink

Type Members

  1. trait ColumnValueDecoder extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RowFormatSupport
  2. trait ColumnValueEncoder extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RowFormatSupport
  3. trait SimpleColumnValueEncoder[A] extends (RowFormatSupport.this)#ColumnValueEncoder

    Permalink
    Attributes
    protected
    Definition Classes
    RowFormatSupport

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ArrayCodec[A](implicit elemCodec: Codec[A], m: CTag[A]): Codec[Array[A]]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  5. implicit def BigDecimalCodec: Codec[BigDecimal]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  6. implicit lazy val BitSetCodec: Codec[BitSet]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  7. implicit def BooleanCodec: Codec[Boolean]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  8. def ColumnDecoder(cols: Seq[ArrayColumn[_]]): ColumnDecoder

    Permalink
    Definition Classes
    ValueRowFormatRowFormat
  9. def ColumnEncoder(cols: Seq[Column]): ColumnEncoder

    Permalink
    Definition Classes
    ValueRowFormatRowFormat
  10. implicit def DateTimeCodec: Codec[ZonedDateTime]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  11. implicit def DoubleCodec: Codec[Double]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  12. implicit def IndexedSeqCodec[A](implicit elemCodec: Codec[A]): Codec[IndexedSeq[A]]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  13. implicit def LongCodec: Codec[Long]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  14. implicit def PeriodCodec: Codec[blueeyes.Period]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  15. implicit lazy val RawBitSetCodec: Codec[Array[Int]]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  16. object RowCodec extends Codec[List[CValue]] with Product with Serializable

    Permalink
    Definition Classes
    ValueRowFormat
  17. implicit def StringCodec: Codec[String]

    Permalink
    Definition Classes
    RowFormatCodecsStdCodecs
  18. val _columnRefs: Seq[ColumnRef]

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def codecForCValueType[A](cType: CValueType[A]): Codec[A]

    Permalink
    Definition Classes
    StdCodecs
  22. lazy val columnRefs: Seq[ColumnRef]

    Permalink
    Definition Classes
    ValueRowFormatV1RowFormat
  23. def compare(a: Array[Byte], b: Array[Byte]): Int

    Permalink
    Definition Classes
    RowFormat
  24. def decode(bytes: Array[Byte], offset: Int): List[CValue]

    Permalink
    Definition Classes
    ValueRowFormatRowFormat
  25. def encode(cValues: List[CValue]): Array[Byte]

    Permalink
    Definition Classes
    ValueRowFormatRowFormat
  26. def encodeRow(row: Int, undefined: Array[Int], encoders: Array[ColumnValueEncoder], init: ByteBuffer, pool: ByteBufferPool): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    RowFormatSupport
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getColumnDecoder(cType: CType, col: ArrayColumn[_]): ColumnValueDecoder

    Permalink
    Definition Classes
    RowFormatSupport
  31. def getColumnEncoder(cType: CType, col: Column): ColumnValueEncoder

    Permalink
    Definition Classes
    RowFormatSupport
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def pool: ByteBufferPool

    Permalink
    Definition Classes
    ValueRowFormatV1ValueRowFormat
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RowFormatCodecs

Inherited from StdCodecs

Inherited from ValueRowFormat

Inherited from RowFormatSupport

Inherited from RowFormat

Inherited from AnyRef

Inherited from Any

Ungrouped