final case class BufferIntInArray(values0: Array[Int]) extends BufferInt with BufferIntArrayImpl with Product with Serializable
- Self Type
- BufferIntInArray
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferIntInArray
- Serializable
- Product
- Equals
- BufferIntArrayImpl
- BufferInt
- BufferIntImpl
- Location
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BufferIntInArray(values0: Array[Int])
Type Members
- type BufferType = BufferInt
- type ColumnTagType = I32.type
- type ColumnType = Int32Column
- type Elem = Int
- type SegmentType = SegmentInt
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def anyInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def as(b: ColumnTag): ColumnTag.BufferType
- Definition Classes
- Buffer
- def as(b: Buffer): Buffer.BufferType
- Definition Classes
- Buffer
- def asBufferType: BufferType
given the bounds on BufferType this should never fail
given the bounds on BufferType this should never fail
- Definition Classes
- Buffer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def broadcast(n: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def cdf(numPoints: Int): (BufferInt, BufferDouble)
- Definition Classes
- BufferIntArrayImpl
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def computeJoinIndexes(other: BufferType, how: String): (Option[BufferInt], Option[BufferInt])
- Definition Classes
- BufferIntArrayImpl
- def countDistinctInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def countInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferIntArrayImpl
- def countNonMissing: Long
- Definition Classes
- Buffer
- def elementAsCharSequence(i: Int): CharSequence
- Definition Classes
- BufferIntArrayImpl
- def elementwise_&&(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_*(other: BufferDouble): BufferDouble
- Definition Classes
- BufferIntArrayImpl
- def elementwise_*=(other: BufferType): Unit
- Definition Classes
- BufferIntArrayImpl
- def elementwise_+(other: BufferDouble): BufferDouble
- Definition Classes
- BufferIntArrayImpl
- def elementwise_+=(other: BufferType): Unit
- Definition Classes
- BufferIntArrayImpl
- def elementwise_abs: BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_containedIn(set: Set[Int]): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_eq(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_eq(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_eq(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gt(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gt(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gt(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gteq(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gteq(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_gteq(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_isMissing: BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lt(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lt(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lt(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lteq(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lteq(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_lteq(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_neq(other: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_neq(other: BufferDouble): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_neq(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_not: BufferInt
- Definition Classes
- BufferIntArrayImpl
- def elementwise_printf(s: String): BufferString
- Definition Classes
- BufferIntArrayImpl
- def elementwise_toDouble: BufferDouble
- Definition Classes
- BufferIntArrayImpl
- def elementwise_toLong: BufferLong
- Definition Classes
- BufferIntArrayImpl
- def elementwise_||(other: BufferType): BufferInt
- Definition Classes
- BufferIntArrayImpl
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- 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
- 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
- def firstInGroup(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferIntArrayImpl
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def groups: GroupMap
- Definition Classes
- BufferIntArrayImpl
- def hasMissingInGroup(partitionMap: BufferInt, numGroups: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def hashOf(l: Int): Long
- Definition Classes
- BufferIntArrayImpl
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMissing(l: Int): Boolean
- Definition Classes
- BufferIntArrayImpl
- def length: Int
- Definition Classes
- BufferIntArrayImpl
- def maxInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferIntArrayImpl
- def meanInGroups(partitionMap: BufferInt, numGroups: Int): BufferDouble
- Definition Classes
- BufferIntArrayImpl
- def mergeNonMissing(other: BufferType): BufferType
- Definition Classes
- BufferIntArrayImpl
- def minInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferIntArrayImpl
- def minMax: Option[(Int, Int)]
- Definition Classes
- BufferIntArrayImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noneInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
- Definition Classes
- BufferIntArrayImpl
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def partition(numPartitions: Int, map: BufferInt): Vector[BufferType]
- Definition Classes
- BufferIntArrayImpl
- def positiveLocations: BufferInt
- Definition Classes
- BufferIntArrayImpl
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def raw(i: Int): Int
- Definition Classes
- BufferIntInArray → BufferInt
- def sumGroups(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferIntArrayImpl
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tag: ColumnTagType
- def take(locs: Location): BufferInt
- Definition Classes
- BufferIntArrayImpl
- def toSegment(name: LogicalPath)(implicit tsc: TaskSystemComponents): IO[SegmentInt]
- Definition Classes
- BufferIntArrayImpl
- def toSeq: Seq[Int]
- Definition Classes
- BufferIntArrayImpl
- def toString(): String
- Definition Classes
- BufferIntArrayImpl → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def where(i: Int): BufferInt
Returns an array of indices
Returns an array of indices
- Definition Classes
- BufferIntArrayImpl
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)