Packages

class TDataMetaInfo extends AnyRef

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

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( ... ) @native()
  7. def delete(): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): 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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getColumnsInfo(): TMaybe_TDataColumnsMetaInfo
  14. def getFeaturesLayout(): TFeaturesLayoutPtr
  15. def getHasGraph(): Boolean
  16. def getHasGroupId(): Boolean
  17. def getHasGroupWeight(): Boolean
  18. def getHasPairs(): Boolean
  19. def getHasSubgroupIds(): Boolean
  20. def getHasTimestamp(): Boolean
  21. def getHasWeights(): Boolean
  22. def getObjectCount(): BigInteger
  23. def getTargetCount(): Long
  24. def getTargetType(): ERawTargetType
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def setBaselineCount(value: Long): Unit
  31. def setColumnsInfo(value: TMaybe_TDataColumnsMetaInfo): Unit
  32. def setFeaturesLayout(value: TFeaturesLayoutPtr): Unit
  33. def setHasGraph(value: Boolean): Unit
  34. def setHasGroupId(value: Boolean): Unit
  35. def setHasGroupWeight(value: Boolean): Unit
  36. def setHasPairs(value: Boolean): Unit
  37. def setHasSubgroupIds(value: Boolean): Unit
  38. def setHasTimestamp(value: Boolean): Unit
  39. def setHasWeights(value: Boolean): Unit
  40. def setObjectCount(value: BigInteger): Unit
  41. def setTargetCount(value: Long): Unit
  42. def setTargetType(value: ERawTargetType): Unit
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped