Trait

quasar.yggdrasil.jdbm3

ValueRowFormat

Related Doc: package jdbm3

Permalink

trait ValueRowFormat extends RowFormat with RowFormatSupport

Self Type
ValueRowFormat with StdCodecs
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueRowFormat
  2. RowFormatSupport
  3. RowFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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

Abstract Value Members

  1. abstract def columnRefs: Seq[ColumnRef]

    Permalink
    Definition Classes
    RowFormat
  2. abstract def pool: ByteBufferPool

    Permalink

Concrete 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. def ColumnDecoder(cols: Seq[ArrayColumn[_]]): ColumnDecoder

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

    Permalink
    Definition Classes
    ValueRowFormatRowFormat
  6. object RowCodec extends Codec[List[CValue]] with Product with Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(a: Array[Byte], b: Array[Byte]): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    RowFormatSupport
  18. def getColumnEncoder(cType: CType, col: Column): (ValueRowFormat.this)#ColumnValueEncoder

    Permalink
    Definition Classes
    RowFormatSupport
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

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

Inherited from RowFormatSupport

Inherited from RowFormat

Inherited from AnyRef

Inherited from Any

Ungrouped