final case class BufferLong(values: Array[Long]) extends Buffer with BufferLongImpl with Product with Serializable
- Self Type
- BufferLong
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferLong
- Serializable
- Product
- Equals
- BufferLongImpl
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BufferLong(values: Array[Long])
Type Members
- type BufferType = BufferLong
- Definition Classes
- BufferLong → Buffer
- type ColumnTagType = I64.type
- Definition Classes
- BufferLong → Buffer
- type ColumnType = I64Column
- Definition Classes
- BufferLong → Buffer
- type Elem = Long
- Definition Classes
- BufferLong → Buffer
- type SegmentType = SegmentLong
- Definition Classes
- BufferLong → Buffer
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 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): BufferLong
- Definition Classes
- BufferLongImpl
- def cdf(numPoints: Int): (BufferLong, BufferDouble)
- Definition Classes
- BufferLongImpl
- 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
- BufferLongImpl
- def countNonMissing: Long
- Definition Classes
- Buffer
- def elementAsCharSequence(i: Int): CharSequence
- Definition Classes
- BufferLongImpl
- 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
- BufferLongImpl
- def firstInGroup(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferLongImpl
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def groups: GroupMap
- Definition Classes
- BufferLongImpl
- def hashOf(l: Int): Long
- Definition Classes
- BufferLongImpl
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMissing(l: Int): Boolean
- Definition Classes
- BufferLongImpl
- def length: Int
- Definition Classes
- BufferLongImpl
- def mergeNonMissing(other: BufferType): BufferType
- Definition Classes
- BufferLongImpl
- def minMax: Option[(Long, Long)]
- Definition Classes
- BufferLongImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- BufferLongImpl
- def positiveLocations: BufferInt
- Definition Classes
- BufferLongImpl
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sumGroups(partitionMap: BufferInt, numGroups: Int): BufferType
- Definition Classes
- BufferLongImpl
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tag: ColumnTagType
- Definition Classes
- BufferLong → Buffer
- def take(locs: Location): BufferLong
- Definition Classes
- BufferLongImpl
- def toSegment(name: LogicalPath)(implicit tsc: TaskSystemComponents): IO[SegmentLong]
- Definition Classes
- BufferLongImpl
- def toSeq: Seq[Long]
- Definition Classes
- BufferLongImpl
- def toString(): String
- Definition Classes
- BufferLongImpl → 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)