Object

com.outworkers.phantom.builder.primitives.Primitive

DoublePrimitive

Related Doc: package Primitive

Permalink

implicit object DoublePrimitive extends Primitive[Double]

Linear Supertypes
Primitive[Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoublePrimitive
  2. Primitive
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asCql(value: Double): String

    Permalink

    Converts the type to a CQL compatible string.

    Converts the type to a CQL compatible string. The primitive is responsible for handling all aspects of adequate escaping as well. This is used to generate the final queries from domain objects.

    value

    The strongly typed value.

    returns

    The string representation of the value with respect to CQL standards.

    Definition Classes
    DoublePrimitivePrimitive
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cassandraType: String

    Permalink
    Definition Classes
    Primitive
  7. def checkNullsAndLength[T](source: ByteBuffer, len: Int, msg: String)(pf: PartialFunction[ByteBuffer, T]): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dataType: String

    Permalink
    Definition Classes
    DoublePrimitivePrimitive
  10. def deserialize(bytes: ByteBuffer, version: ProtocolVersion): Double

    Permalink
    Definition Classes
    DoublePrimitivePrimitive
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromRow(index: Int, row: Row): Try[Double]

    Permalink
    Definition Classes
    Primitive
  15. def fromRow(column: String, row: Row): Try[Double]

    Permalink
    Definition Classes
    Primitive
  16. def frozen: Boolean

    Permalink

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    returns

    A boolean that marks if this should be frozen.

    Definition Classes
    Primitive
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def notNull[T](value: T, msg: String = "Value cannot be null"): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def nullCheck[T](column: String, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  25. def nullCheck[T](index: Int, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  26. def nullValueCheck(source: Double)(fn: (Double) ⇒ ByteBuffer): ByteBuffer

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  27. def serialize(obj: Double, version: ProtocolVersion): ByteBuffer

    Permalink
    Definition Classes
    DoublePrimitivePrimitive
  28. def shouldFreeze: Boolean

    Permalink

    Whether or not this primitive should freeze if used together with a primary column.

    Whether or not this primitive should freeze if used together with a primary column. or if used as part of a partition column.

    returns

    A Boolean marking whether or not this should freeze.

    Definition Classes
    Primitive
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Primitive[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped