Package

wvlet.core

tablet

Permalink

package tablet

Visibility
  1. Public
  2. All

Type Members

  1. case class Column(index: Int, name: String, dataType: ColumnType) extends Product with Serializable

    Permalink
  2. case class MessagePackRecord(arr: Array[Byte]) extends Record with Product with Serializable

    Permalink
  3. trait Record extends AnyRef

    Permalink
  4. trait RecordReader extends AnyRef

    Permalink
  5. case class Schema(name: String, column: Seq[Column]) extends Product with Serializable

    Permalink
  6. case class ShallowMessagePackRecord(unpacker: MessageUnpacker) extends Record with Product with Serializable

    Permalink
  7. case class StringArrayRecord(arr: Array[String]) extends Record with Product with Serializable

    Permalink
  8. trait TabletReader extends AnyRef

    Permalink

  9. trait TabletWriter[A] extends AutoCloseable

    Permalink

Value Members

  1. object NullTabletWriter extends TabletWriter[Unit]

    Permalink
  2. object Schema extends Serializable

    Permalink
  3. object Tablet

    Permalink
  4. package jdbc

    Permalink
  5. package msgpack

    Permalink
  6. package obj

    Permalink
  7. package text

    Permalink

Ungrouped