Class/Object

org.apache.spark.sql.execution.bootstrap

DoubleMutableRow

Related Docs: object DoubleMutableRow | package bootstrap

Permalink

class DoubleMutableRow extends InternalRow with BaseGenericInternalRow with Externalizable with KryoSerializable

Linear Supertypes
KryoSerializable, Externalizable, BaseGenericInternalRow, InternalRow, Serializable, Serializable, SpecializedGetters, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleMutableRow
  2. KryoSerializable
  3. Externalizable
  4. BaseGenericInternalRow
  5. InternalRow
  6. Serializable
  7. Serializable
  8. SpecializedGetters
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DoubleMutableRow()

    Permalink
  2. new DoubleMutableRow(size: Int)

    Permalink
  3. new DoubleMutableRow(values: Array[Double], numTrials: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(value: Double, count: Int): Unit

    Permalink
  5. def add(value: Double, count: Int, seed: Int): Unit

    Permalink
  6. def addNull(count: Int): Unit

    Permalink
  7. def addNull(count: Int, seed: Int): Unit

    Permalink
  8. def anyNull: Boolean

    Permalink

    Returns true if there are any NULL values in this row.

    Returns true if there are any NULL values in this row.

    Definition Classes
    BaseGenericInternalRowInternalRow
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy(): DoubleMutableRow

    Permalink

    Make a copy of the current InternalRow object.

    Make a copy of the current InternalRow object.

    Definition Classes
    DoubleMutableRowInternalRow
  12. def divide(ordinal: Int, value: Double): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def genericGet(i: Int): Any

    Permalink
    Attributes
    protected
    Definition Classes
    DoubleMutableRowBaseGenericInternalRow
  17. def get(ordinal: Int, dataType: DataType): AnyRef

    Permalink
  18. def getArray(ordinal: Int): ArrayData

    Permalink
  19. def getBinary(ordinal: Int): Array[Byte]

    Permalink
  20. def getBoolean(i: Int): Boolean

    Permalink
  21. def getByte(i: Int): Byte

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getDecimal(ordinal: Int, precision: Int, scale: Int): Decimal

    Permalink
  24. def getDouble(i: Int): Double

    Permalink
  25. def getFloat(i: Int): Float

    Permalink
  26. def getInt(i: Int): Int

    Permalink
  27. def getInterval(ordinal: Int): CalendarInterval

    Permalink
  28. def getLong(i: Int): Long

    Permalink
  29. def getMap(ordinal: Int): MapData

    Permalink
  30. def getShort(i: Int): Short

    Permalink
  31. def getString(ordinal: Int): String

    Permalink
    Definition Classes
    InternalRow
  32. def getStruct(ordinal: Int, numFields: Int): InternalRow

    Permalink
  33. def getUTF8String(ordinal: Int): UTF8String

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  35. def increment(ordinal: Int, value: Double): Unit

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def isNullAt(i: Int): Boolean

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def numFields: Int

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  42. var numTrials: Int

    Permalink
  43. def read(kryo: Kryo, in: Input): Unit

    Permalink
    Definition Classes
    DoubleMutableRow → KryoSerializable
  44. def readExternal(in: ObjectInput): Unit

    Permalink
    Definition Classes
    DoubleMutableRow → Externalizable
  45. def setBoolean(ordinal: Int, value: Boolean): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  46. def setByte(ordinal: Int, value: Byte): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  47. def setDecimal(i: Int, value: Decimal, precision: Int): Unit

    Permalink

    Update the decimal column at i.

    Update the decimal column at i.

    Note: In order to support update decimal with precision > 18 in UnsafeRow, CAN NOT call setNullAt() for decimal column on UnsafeRow, call setDecimal(i, null, precision).

    Definition Classes
    InternalRow
  48. def setDouble(ordinal: Int, value: Double): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  49. def setFloat(ordinal: Int, value: Float): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  50. def setInt(ordinal: Int, value: Int): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  51. def setLong(ordinal: Int, value: Long): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  52. def setNullAt(i: Int): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  53. def setSeedArray(seeds: Array[Int]): Unit

    Permalink
  54. def setShort(ordinal: Int, value: Short): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  55. def setStateArray(stateArray: Array[Byte]): Unit

    Permalink
  56. def store(otherRow: DoubleMutableRow): Unit

    Permalink
  57. def store(): Unit

    Permalink
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toSeq(schema: StructType): Seq[Any]

    Permalink
    Definition Classes
    InternalRow
  60. def toSeq(fieldTypes: Seq[DataType]): Seq[Any]

    Permalink

    Return a Scala Seq representing the row.

    Return a Scala Seq representing the row. Elements are placed in the same order in the Seq.

    Definition Classes
    InternalRow
  61. def toString(): String

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  62. def update(ordinal: Int, value: Any): Unit

    Permalink
    Definition Classes
    DoubleMutableRowInternalRow
  63. var values: Array[Double]

    Permalink
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def write(kryo: Kryo, out: Output): Unit

    Permalink
    Definition Classes
    DoubleMutableRow → KryoSerializable
  68. def writeExternal(out: ObjectOutput): Unit

    Permalink
    Definition Classes
    DoubleMutableRow → Externalizable

Inherited from KryoSerializable

Inherited from Externalizable

Inherited from BaseGenericInternalRow

Inherited from InternalRow

Inherited from Serializable

Inherited from Serializable

Inherited from SpecializedGetters

Inherited from AnyRef

Inherited from Any

Ungrouped