Packages

class HeapTable extends AnyRef

Source
HeapBackend.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeapTable
  2. AnyRef
  3. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HeapTable(name: String, columns: IndexedSeq[Column], indexes: IndexedSeq[Index], constraints: IndexedSeq[Constraint])

Value Members

  1. def append(row: Row): Unit
  2. lazy val columnIndexes: Map[TermSymbol, Int]
  3. val columns: IndexedSeq[Column]
  4. def createInsertRow: ArrayBuffer[Any]
  5. val name: String
  6. def rows: Iterable[Row]
  7. def toString(): String
    Definition Classes
    HeapTable → AnyRef → Any
  8. val verifier: Verifier