Package

com.svenvandam.htypes

hbase

Permalink

package hbase

Visibility
  1. Public
  2. All

Type Members

  1. trait RowCodec[A] extends RowDecoder[A] with RowEncoder[A]

    Permalink

    Type class that combines a RowEncoder and a RowDecoder for type A

  2. trait RowDecoder[A] extends Decoder[Row, A]

    Permalink

    A type class that provides a way to produce a value of type A from a Row value.

  3. trait RowEncoder[A] extends Encoder[Row, A]

    Permalink

    A type class that provides a conversion from a value of type A to a Row value.

Value Members

  1. object RowCodec

    Permalink
  2. object RowDecoder

    Permalink
  3. object RowEncoder

    Permalink
  4. package query

    Permalink
  5. package result

    Permalink
  6. package table

    Permalink

Ungrouped