Packages

class TDataMetaInfo extends AnyRef

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

Instance Constructors

  1. new TDataMetaInfo()
  2. new TDataMetaInfo(cPtr: Long, cMemoryOwn: Boolean)
    Attributes
    protected[src.native_impl]

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. def GetFeatureCount(): Long
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def delete(): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[src.native_impl]
    Definition Classes
    TDataMetaInfo → AnyRef
    Annotations
    @SuppressWarnings()
  11. def getBaselineCount(): Long
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getColumnsInfo(): TMaybe_TDataColumnsMetaInfo
  14. def getFeaturesLayout(): TFeaturesLayoutPtr
  15. def getHasGroupId(): Boolean
  16. def getHasGroupWeight(): Boolean
  17. def getHasPairs(): Boolean
  18. def getHasSubgroupIds(): Boolean
  19. def getHasTimestamp(): Boolean
  20. def getHasWeights(): Boolean
  21. def getObjectCount(): BigInteger
  22. def getTargetCount(): Long
  23. def getTargetType(): ERawTargetType
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def setBaselineCount(value: Long): Unit
  30. def setColumnsInfo(value: TMaybe_TDataColumnsMetaInfo): Unit
  31. def setFeaturesLayout(value: TFeaturesLayoutPtr): Unit
  32. def setHasGroupId(value: Boolean): Unit
  33. def setHasGroupWeight(value: Boolean): Unit
  34. def setHasPairs(value: Boolean): Unit
  35. def setHasSubgroupIds(value: Boolean): Unit
  36. def setHasTimestamp(value: Boolean): Unit
  37. def setHasWeights(value: Boolean): Unit
  38. def setObjectCount(value: BigInteger): Unit
  39. def setTargetCount(value: Long): Unit
  40. def setTargetType(value: ERawTargetType): Unit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped