Packages

trait Rep[T] extends AnyRef

Common base trait for all lifted values, including columns.

All column operations are added with extension methods that depend on the type inside the Rep. These are defined in:

A Rep[T : TypedType] is always Typed, so that the TypedType can be retrieved directly from the Rep value.

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

Abstract Value Members

  1. abstract def encodeRef(path: Node): Rep[T]

    Encode a reference into this Rep.

  2. abstract def toNode: Node

    Get the Node for this Rep.

Concrete Value Members

  1. def toString(): String
    Definition Classes
    Rep → AnyRef → Any