final case class BufferInstant(values: Array[Long]) extends Buffer with BufferInstantImpl with Product with Serializable

Self Type
BufferInstant
Linear Supertypes
Serializable, Product, Equals, BufferInstantImpl, Buffer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferInstant
  2. Serializable
  3. Product
  4. Equals
  5. BufferInstantImpl
  6. Buffer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BufferInstant(values: Array[Long])

Type Members

  1. type BufferType = BufferInstant
    Definition Classes
    BufferInstantBuffer
  2. type ColumnTagType = Instant.type
    Definition Classes
    BufferInstantBuffer
  3. type ColumnType = InstantColumn
    Definition Classes
    BufferInstantBuffer
  4. type Elem = Long
    Definition Classes
    BufferInstantBuffer
  5. type SegmentType = SegmentInstant
    Definition Classes
    BufferInstantBuffer

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 as(b: ColumnTag): ColumnTag.BufferType
    Definition Classes
    Buffer
  5. def as(b: Buffer): Buffer.BufferType
    Definition Classes
    Buffer
  6. def asBufferType: BufferType

    given the bounds on BufferType this should never fail

    given the bounds on BufferType this should never fail

    Definition Classes
    Buffer
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def broadcast(n: Int): BufferInstant
    Definition Classes
    BufferInstantImpl
  9. def cdf(numPoints: Int): (BufferInstant, BufferDouble)
    Definition Classes
    BufferInstantImpl
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def computeJoinIndexes(other: BufferType, how: String): (Option[BufferInt], Option[BufferInt])
    Definition Classes
    BufferInstantImpl
  12. def countDistinctInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferInstantImpl
  13. def countInGroups(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferInstantImpl
  14. def countNonMissing: Long
    Definition Classes
    Buffer
  15. def elementAsCharSequence(i: Int): CharSequence
    Definition Classes
    BufferInstantImpl
  16. def elementwise_days: BufferInt
    Definition Classes
    BufferInstantImpl
  17. def elementwise_eq(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  18. def elementwise_eq(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  19. def elementwise_gt(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  20. def elementwise_gt(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  21. def elementwise_gteq(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  22. def elementwise_gteq(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  23. def elementwise_hours: BufferInt
    Definition Classes
    BufferInstantImpl
  24. def elementwise_isMissing: BufferInt
    Definition Classes
    BufferInstantImpl
  25. def elementwise_lt(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  26. def elementwise_lt(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  27. def elementwise_lteq(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  28. def elementwise_lteq(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  29. def elementwise_minus(l: Long): BufferInstant
    Definition Classes
    BufferInstantImpl
  30. def elementwise_minutes: BufferInt
    Definition Classes
    BufferInstantImpl
  31. def elementwise_months: BufferInt
    Definition Classes
    BufferInstantImpl
  32. def elementwise_nanoseconds: BufferInt
    Definition Classes
    BufferInstantImpl
  33. def elementwise_neq(other: Long): BufferInt
    Definition Classes
    BufferInstantImpl
  34. def elementwise_neq(other: BufferInstant): BufferInt
    Definition Classes
    BufferInstantImpl
  35. def elementwise_plus(l: Long): BufferInstant
    Definition Classes
    BufferInstantImpl
  36. def elementwise_roundToDay: BufferInstant
    Definition Classes
    BufferInstantImpl
  37. def elementwise_roundToHours: BufferInstant
    Definition Classes
    BufferInstantImpl
  38. def elementwise_roundToMinute: BufferInstant
    Definition Classes
    BufferInstantImpl
  39. def elementwise_roundToMonth: BufferInstant
    Definition Classes
    BufferInstantImpl
  40. def elementwise_roundToSecond: BufferInstant
    Definition Classes
    BufferInstantImpl
  41. def elementwise_roundToYear: BufferInstant
    Definition Classes
    BufferInstantImpl
  42. def elementwise_seconds: BufferInt
    Definition Classes
    BufferInstantImpl
  43. def elementwise_toDouble: BufferDouble
    Definition Classes
    BufferInstantImpl
  44. def elementwise_toISO: BufferString
    Definition Classes
    BufferInstantImpl
  45. def elementwise_toLong: BufferLong
    Definition Classes
    BufferInstantImpl
  46. def elementwise_years: BufferInt
    Definition Classes
    BufferInstantImpl
  47. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. 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
  49. 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
  50. 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
    BufferInstantImpl
  51. def firstInGroup(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferInstantImpl
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  53. def groups: GroupMap
    Definition Classes
    BufferInstantImpl
  54. def hasMissingInGroup(partitionMap: BufferInt, numGroups: Int): BufferInt
    Definition Classes
    BufferInstantImpl
  55. def hashOf(l: Int): Long
    Definition Classes
    BufferInstantImpl
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. def isMissing(l: Int): Boolean
    Definition Classes
    BufferInstantImpl
  58. def length: Int
    Definition Classes
    BufferInstantImpl
  59. def maxInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferInstantImpl
  60. def mergeNonMissing(other: BufferType): BufferType
    Definition Classes
    BufferInstantImpl
  61. def minInGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferInstantImpl
  62. def minMax: Option[(Long, Long)]
    Definition Classes
    BufferInstantImpl
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  66. def partition(numPartitions: Int, map: BufferInt): Vector[BufferType]
    Definition Classes
    BufferInstantImpl
  67. def positiveLocations: BufferInt
    Definition Classes
    BufferInstantImpl
  68. def productElementNames: Iterator[String]
    Definition Classes
    Product
  69. def sumGroups(partitionMap: BufferInt, numGroups: Int): BufferType
    Definition Classes
    BufferInstantImpl
  70. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  71. def tag: ColumnTagType
    Definition Classes
    BufferInstantBuffer
  72. def take(locs: Location): BufferInstant
    Definition Classes
    BufferInstantImpl
  73. def toSegment(name: LogicalPath)(implicit tsc: TaskSystemComponents): IO[SegmentInstant]
    Definition Classes
    BufferInstantImpl
  74. def toSeq: Seq[Long]
    Definition Classes
    BufferInstantImpl
  75. def toString(): String
    Definition Classes
    BufferInstantImpl → AnyRef → Any
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 BufferInstantImpl

Inherited from Buffer

Inherited from AnyRef

Inherited from Any

Ungrouped