Packages

c

com.pingcap.tispark.test.generator

ColumnValueGenerator

case class ColumnValueGenerator(dataType: ReflectedDataType, M: Long = -1, D: Int = -1, nullable: Boolean = true, isUnsigned: Boolean = false, noDefault: Boolean = false, default: Any = null, isPrimaryKey: Boolean = false, isUnique: Boolean = false, isRandomEnumValue: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnValueGenerator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnValueGenerator(dataType: ReflectedDataType, M: Long = -1, D: Int = -1, nullable: Boolean = true, isUnsigned: Boolean = false, noDefault: Boolean = false, default: Any = null, isPrimaryKey: Boolean = false, isUnique: Boolean = false, isRandomEnumValue: Boolean = false)

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 D: Int
  5. val M: Long
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val dataType: ReflectedDataType
  9. val default: Any
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hasNext: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isPrimaryKey: Boolean
  16. val isRandomEnumValue: Boolean
  17. val isUnique: Boolean
  18. val isUnsigned: Boolean
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def next: Any
  21. def next(r: Random): Any
  22. val noDefault: Boolean
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val nullable: Boolean
  26. def preGenerateRandomValues(r: Random, n1: Long, len: Int = -1): Long
  27. def randomNull(r: Random): Boolean
  28. def randomSignedValue(r: Random): Any
  29. def randomUniqueString(r: Random, set: Set[String], len: Int = -1): String
  30. def randomUniqueValue(r: Random, set: Set[String], len: Int = -1): Any
  31. def randomUnsignedValue(r: Random): Any
  32. def randomValue(r: Random): Any
  33. def reset(): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val tiDataType: TiDataType
  36. def toString(): String
    Definition Classes
    ColumnValueGenerator → AnyRef → Any
  37. def toUnsignedBigInt(l: Long): BigInt
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped