object TableFieldSchemaType extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableFieldSchemaType
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(classOf[java.lang.CloneNotSupportedException]) @native()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  28. def float64: TableFieldSchemaType
  29. implicit val format: JsonFormat[TableFieldSchemaType]
  30. def geography: TableFieldSchemaType
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def integer: TableFieldSchemaType
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def numeric: TableFieldSchemaType
  39. def record: TableFieldSchemaType
  40. def string: TableFieldSchemaType
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def time: TableFieldSchemaType
  43. def timestamp: TableFieldSchemaType
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped