object TableFieldSchemaType extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableFieldSchemaType
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. val BigNumeric: TableFieldSchemaType
  5. val Boolean: TableFieldSchemaType
  6. val Bytes: TableFieldSchemaType
  7. val Date: TableFieldSchemaType
  8. val DateTime: TableFieldSchemaType
  9. val Float: TableFieldSchemaType
  10. val Geography: TableFieldSchemaType
  11. val Integer: TableFieldSchemaType
  12. val Numeric: TableFieldSchemaType
  13. val Record: TableFieldSchemaType
  14. val String: TableFieldSchemaType
  15. val Time: TableFieldSchemaType
  16. val Timestamp: TableFieldSchemaType
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def bigNumeric: TableFieldSchemaType
  19. def bool: TableFieldSchemaType
  20. def bytes: TableFieldSchemaType
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def create(value: String): TableFieldSchemaType

    Java API

  23. def date: TableFieldSchemaType
  24. def dateTime: TableFieldSchemaType
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def float64: TableFieldSchemaType
  28. implicit val format: JsonFormat[TableFieldSchemaType]
  29. def geography: TableFieldSchemaType
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def integer: TableFieldSchemaType
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def numeric: TableFieldSchemaType
  38. def record: TableFieldSchemaType
  39. def string: TableFieldSchemaType
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def time: TableFieldSchemaType
  42. def timestamp: TableFieldSchemaType
  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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped