c

ra3

BufferIntInArray

final case class BufferIntInArray(values0: Array[Int]) extends BufferInt with BufferIntArrayImpl with Product with Serializable

Self Type
BufferIntInArray
Linear Supertypes
Serializable, Product, Equals, BufferIntArrayImpl, BufferInt, BufferIntImpl, Location, Buffer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferIntInArray
  2. Serializable
  3. Product
  4. Equals
  5. BufferIntArrayImpl
  6. BufferInt
  7. BufferIntImpl
  8. Location
  9. Buffer
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BufferIntInArray(values0: Array[Int])

Type Members

  1. type BufferType = BufferInt
    Definition Classes
    BufferIntBuffer
  2. type ColumnTagType = I32.type
    Definition Classes
    BufferIntBuffer
  3. type ColumnType = Int32Column
    Definition Classes
    BufferIntBuffer
  4. type Elem = Int
    Definition Classes
    BufferIntBuffer
  5. type SegmentType = SegmentInt
    Definition Classes
    BufferIntBuffer

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 allInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  5. def anyInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  6. def as(b: ColumnTag): ColumnTag.BufferType
    Definition Classes
    Buffer
  7. def as(b: Buffer): Buffer.BufferType
    Definition Classes
    Buffer
  8. def asBufferType: BufferType

    given the bounds on BufferType this should never fail

    given the bounds on BufferType this should never fail

    Definition Classes
    Buffer
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def broadcast(n: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  11. def cdf(numPoints: Int): (BufferInt, BufferDouble)
    Definition Classes
    BufferIntArrayImpl
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def computeJoinIndexes(other: BufferType, how: String): (Option[BufferInt], Option[BufferInt])
    Definition Classes
    BufferIntArrayImpl
  14. def countDistinctInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  15. def countInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferIntArrayImpl
  16. def countNonMissing: Long
    Definition Classes
    Buffer
  17. def elementAsCharSequence(i: Int): CharSequence
    Definition Classes
    BufferIntArrayImpl
  18. def elementwise_&&(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  19. def elementwise_*(other: BufferDouble): BufferDouble
    Definition Classes
    BufferIntArrayImpl
  20. def elementwise_*=(other: BufferType): Unit
    Definition Classes
    BufferIntArrayImpl
  21. def elementwise_+(other: BufferDouble): BufferDouble
    Definition Classes
    BufferIntArrayImpl
  22. def elementwise_+=(other: BufferType): Unit
    Definition Classes
    BufferIntArrayImpl
  23. def elementwise_abs: BufferInt
    Definition Classes
    BufferIntArrayImpl
  24. def elementwise_containedIn(set: Set[Int]): BufferInt
    Definition Classes
    BufferIntArrayImpl
  25. def elementwise_eq(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  26. def elementwise_eq(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  27. def elementwise_eq(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  28. def elementwise_gt(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  29. def elementwise_gt(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  30. def elementwise_gt(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  31. def elementwise_gteq(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  32. def elementwise_gteq(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  33. def elementwise_gteq(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  34. def elementwise_isMissing: BufferInt
    Definition Classes
    BufferIntArrayImpl
  35. def elementwise_lt(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  36. def elementwise_lt(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  37. def elementwise_lt(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  38. def elementwise_lteq(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  39. def elementwise_lteq(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  40. def elementwise_lteq(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  41. def elementwise_neq(other: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  42. def elementwise_neq(other: BufferDouble): BufferInt
    Definition Classes
    BufferIntArrayImpl
  43. def elementwise_neq(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  44. def elementwise_not: BufferInt
    Definition Classes
    BufferIntArrayImpl
  45. def elementwise_printf(s: String): BufferString
    Definition Classes
    BufferIntArrayImpl
  46. def elementwise_toDouble: BufferDouble
    Definition Classes
    BufferIntArrayImpl
  47. def elementwise_toLong: BufferLong
    Definition Classes
    BufferIntArrayImpl
  48. def elementwise_||(other: BufferType): BufferInt
    Definition Classes
    BufferIntArrayImpl
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def filter(mask: Buffer): BufferType

    takes element where mask is non missing and > 0, for string mask where non missing and non empty

    takes element where mask is non missing and > 0, for string mask where non missing and non empty

    Definition Classes
    Buffer
  51. def filterInEquality[B <: Buffer { type BufferType = B }](comparison: B, cutoff: B, less: Boolean): BufferType

    uses the first element from cutoff

    uses the first element from cutoff

    Definition Classes
    Buffer
  52. def findInequalityVsHead(other: BufferType, lessThan: Boolean): BufferInt

    Find locations at which _ <= other[0] or _ >= other[0] holds returns indexes

    Find locations at which _ <= other[0] or _ >= other[0] holds returns indexes

    Definition Classes
    BufferIntArrayImpl
  53. def firstInGroup(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferIntArrayImpl
  54. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  55. def groups: GroupMap
    Definition Classes
    BufferIntArrayImpl
  56. def hasMissingInGroup(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  57. def hashOf(l: Int): Long
    Definition Classes
    BufferIntArrayImpl
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. def isMissing(l: Int): Boolean
    Definition Classes
    BufferIntArrayImpl
  60. def length: Int
    Definition Classes
    BufferIntArrayImpl
  61. def maxInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferIntArrayImpl
  62. def meanInGroups(partitionMap: BufferInt, numGroups: Int): BufferDouble
    Definition Classes
    BufferIntArrayImpl
  63. def mergeNonMissing(other: BufferType): BufferType
    Definition Classes
    BufferIntArrayImpl
  64. def minInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferIntArrayImpl
  65. def minMax: Option[(Int, Int)]
    Definition Classes
    BufferIntArrayImpl
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def noneInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferIntArrayImpl
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  70. def partition(numPartitions: Int, map: BufferInt): Vector[BufferType]
    Definition Classes
    BufferIntArrayImpl
  71. def positiveLocations: BufferInt
    Definition Classes
    BufferIntArrayImpl
  72. def productElementNames: Iterator[String]
    Definition Classes
    Product
  73. def raw(i: Int): Int
    Definition Classes
    BufferIntInArrayBufferInt
  74. def sumGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferIntArrayImpl
  75. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  76. def tag: ColumnTagType
    Definition Classes
    BufferIntBuffer
  77. def take(locs: Location): BufferInt
    Definition Classes
    BufferIntArrayImpl
  78. def toSegment(name: LogicalPath)(implicit tsc: TaskSystemComponents): IO[SegmentInt]
    Definition Classes
    BufferIntArrayImpl
  79. def toSeq: Seq[Int]
    Definition Classes
    BufferIntArrayImpl
  80. def toString(): String
    Definition Classes
    BufferIntArrayImpl → AnyRef → Any
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  84. def where(i: Int): BufferInt

    Returns an array of indices

    Returns an array of indices

    Definition Classes
    BufferIntArrayImpl

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BufferIntArrayImpl

Inherited from BufferInt

Inherited from BufferIntImpl

Inherited from Location

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped