widebase.db

table

package table

Table package.

Visibility
  1. Public
  2. All

Type Members

  1. case class LengthMismatchException(length: Int, other: Int) extends Exception with Product with Serializable

    Thrown if length mismatch.

  2. class PartitionMap extends LinkedHashMap[String, Table]

    A scala.collection.mutable.LinkedHashMap for pairs of string based partition domain and Table.

  3. case class RecordsMismatchException(records: Int, other: Int) extends Exception with Product with Serializable

    Thrown if records mismatch.

  4. class Table extends AnyRef

    Column based table.

Value Members

  1. object PartitionMap extends Serializable

    Companion of PartitionMap.

  2. object Props extends PropsLike

    Scope properties.

  3. object Sort extends AnyRef

    Sort algorithms.

  4. object SortDirection extends Enumeration

    Supported sort directions.

  5. object Table extends AnyRef

    Companion of Table.

  6. def props: widebase.db.table.Props.type

    Global properties.

    Global properties.

    Definition Classes
    package
  7. def sort(table: Table, label: Any, method: Symbol, direction: Symbol = 'a): Unit

    Sort a table.

    Sort a table.

    table

    to sort

    label

    of column

    method

    of sort

    direction

    of sort

    Definition Classes
    package