object OJAIType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OJAIType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val ojaiBigDecimal: OJAIType[BigDecimal] { type Self = BigDecimal }
- implicit val ojaiDouble: OJAIType[Double] { type Self = Double }
- implicit val ojaiDoubleObj: OJAIType[Double] { type Self = Double }
- implicit val ojaiString: OJAIType[String] { type Self = String }
- implicit val ojaianyref: OJAIType[AnyRef] { type Self = AnyRef }
- implicit val ojaiarrayany: OJAIType[Seq[Any]] { type Self = com.mapr.db.spark.types.DBArrayValue[AnyRef] }
- implicit val ojaiarrayanyref: OJAIType[Seq[AnyRef]] { type Self = Seq[AnyRef] }
- implicit val ojaiarrayvalue: OJAIType[DBArrayValue[AnyRef]] { type Self = com.mapr.db.spark.types.DBArrayValue[AnyRef] }
- implicit val ojaibinary: OJAIType[DBBinaryValue] { type Self = com.mapr.db.spark.types.DBBinaryValue }
- implicit val ojaibool: OJAIType[Boolean] { type Self = Boolean }
- implicit val ojaiboolObj: OJAIType[Boolean] { type Self = Boolean }
- implicit val ojaibyte: OJAIType[Byte] { type Self = Byte }
- implicit val ojaibyteObj: OJAIType[Byte] { type Self = Byte }
- implicit val ojaibytebuffer: OJAIType[ByteBuffer] { type Self = java.nio.ByteBuffer }
- implicit val ojaidate: OJAIType[ODate] { type Self = org.ojai.types.ODate }
- implicit val ojaifloat: OJAIType[Float] { type Self = Float }
- implicit val ojaifloatObj: OJAIType[Float] { type Self = Float }
- implicit val ojaiint: OJAIType[Int] { type Self = Integer }
- implicit val ojaiinteger: OJAIType[Integer] { type Self = Integer }
- implicit val ojaiintrvl: OJAIType[OInterval] { type Self = org.ojai.types.OInterval }
- implicit val ojailong: OJAIType[Long] { type Self = Long }
- implicit val ojailongObj: OJAIType[Long] { type Self = Long }
- implicit val ojaimapstringvalue: OJAIType[Map[String, AnyRef]] { type Self = com.mapr.db.spark.types.DBMapValue }
- implicit val ojaimapvalue: OJAIType[DBMapValue] { type Self = com.mapr.db.spark.types.DBMapValue }
- implicit val ojaishort: OJAIType[Short] { type Self = Short }
- implicit val ojaishortObj: OJAIType[Short] { type Self = Short }
- implicit val ojaitimestmp: OJAIType[OTimestamp] { type Self = org.ojai.types.OTimestamp }
- implicit val ojatime: OJAIType[OTime] { type Self = org.ojai.types.OTime }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.