Packages

object OJAIType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OJAIType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit val ojaiBigDecimal: OJAIType[BigDecimal] { type Self = BigDecimal }
  15. implicit val ojaiDouble: OJAIType[Double] { type Self = Double }
  16. implicit val ojaiDoubleObj: OJAIType[Double] { type Self = Double }
  17. implicit val ojaiString: OJAIType[String] { type Self = String }
  18. implicit val ojaianyref: OJAIType[AnyRef] { type Self = AnyRef }
  19. implicit val ojaiarrayany: OJAIType[Seq[Any]] { type Self = com.mapr.db.spark.types.DBArrayValue[AnyRef] }
  20. implicit val ojaiarrayanyref: OJAIType[Seq[AnyRef]] { type Self = Seq[AnyRef] }
  21. implicit val ojaiarrayvalue: OJAIType[DBArrayValue[AnyRef]] { type Self = com.mapr.db.spark.types.DBArrayValue[AnyRef] }
  22. implicit val ojaibinary: OJAIType[DBBinaryValue] { type Self = com.mapr.db.spark.types.DBBinaryValue }
  23. implicit val ojaibool: OJAIType[Boolean] { type Self = Boolean }
  24. implicit val ojaiboolObj: OJAIType[Boolean] { type Self = Boolean }
  25. implicit val ojaibyte: OJAIType[Byte] { type Self = Byte }
  26. implicit val ojaibyteObj: OJAIType[Byte] { type Self = Byte }
  27. implicit val ojaibytebuffer: OJAIType[ByteBuffer] { type Self = java.nio.ByteBuffer }
  28. implicit val ojaidate: OJAIType[ODate] { type Self = org.ojai.types.ODate }
  29. implicit val ojaifloat: OJAIType[Float] { type Self = Float }
  30. implicit val ojaifloatObj: OJAIType[Float] { type Self = Float }
  31. implicit val ojaiint: OJAIType[Int] { type Self = Integer }
  32. implicit val ojaiinteger: OJAIType[Integer] { type Self = Integer }
  33. implicit val ojaiintrvl: OJAIType[OInterval] { type Self = org.ojai.types.OInterval }
  34. implicit val ojailong: OJAIType[Long] { type Self = Long }
  35. implicit val ojailongObj: OJAIType[Long] { type Self = Long }
  36. implicit val ojaimapstringvalue: OJAIType[Map[String, AnyRef]] { type Self = com.mapr.db.spark.types.DBMapValue }
  37. implicit val ojaimapvalue: OJAIType[DBMapValue] { type Self = com.mapr.db.spark.types.DBMapValue }
  38. implicit val ojaishort: OJAIType[Short] { type Self = Short }
  39. implicit val ojaishortObj: OJAIType[Short] { type Self = Short }
  40. implicit val ojaitimestmp: OJAIType[OTimestamp] { type Self = org.ojai.types.OTimestamp }
  41. implicit val ojatime: OJAIType[OTime] { type Self = org.ojai.types.OTime }
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped