Class

quasar.yggdrasil.jdbm3.RowFormat

SortingKeyRowFormatV1

Related Doc: package RowFormat

Permalink

case class SortingKeyRowFormatV1(_columnRefs: Seq[ColumnRef]) extends RowFormatCodecs with SortingRowFormat with Product with Serializable

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

Instance Constructors

  1. new SortingKeyRowFormatV1(_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 lazy val BigDecimalCodec: Codec[BigDecimal]

    Permalink
    Definition Classes
    SortingRowFormatStdCodecs
  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
    SortingRowFormatRowFormat
  9. def ColumnEncoder(cols: Seq[Column]): ColumnEncoder

    Permalink
    Definition Classes
    SortingRowFormatRowFormat
  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. implicit def StringCodec: Utf8Codec

    Permalink
    Definition Classes
    SortingRowFormatStdCodecs
  17. val _columnRefs: Seq[ColumnRef]

    Permalink
  18. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Definition Classes
    SortingRowFormatRowFormat
  23. def decode(bytes: Array[Byte], offset: Int = 0): List[CValue]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def pool: ByteBufferPool

    Permalink
  36. lazy val selectors: List[(CPath, List[CType])]

    Permalink
    Definition Classes
    SortingRowFormat
  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 SortingRowFormat

Inherited from RowFormatSupport

Inherited from RowFormat

Inherited from RowFormatCodecs

Inherited from StdCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped