Instance Constructors
-
new
GenericMutableRow(size: Int)
-
new
GenericMutableRow()
-
new
GenericMutableRow(values: Array[Any])
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
anyNull: Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(o: Any): Boolean
-
def
finalize(): Unit
-
def
genericGet(ordinal: Int): Any
-
def
get(ordinal: Int, dataType: DataType): AnyRef
-
def
getArray(ordinal: Int): ArrayData
-
def
getBinary(ordinal: Int): Array[Byte]
-
def
getBoolean(ordinal: Int): Boolean
-
def
getByte(ordinal: Int): Byte
-
final
def
getClass(): Class[_]
-
def
getDecimal(ordinal: Int, precision: Int, scale: Int): Decimal
-
def
getDouble(ordinal: Int): Double
-
def
getFloat(ordinal: Int): Float
-
def
getInt(ordinal: Int): Int
-
def
getInterval(ordinal: Int): CalendarInterval
-
def
getLong(ordinal: Int): Long
-
def
getMap(ordinal: Int): MapData
-
def
getShort(ordinal: Int): Short
-
def
getString(ordinal: Int): String
-
def
getStruct(ordinal: Int, numFields: Int): InternalRow
-
def
getUTF8String(ordinal: Int): UTF8String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isNullAt(ordinal: Int): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numFields: Int
-
def
setBoolean(i: Int, value: Boolean): Unit
-
def
setByte(i: Int, value: Byte): Unit
-
def
setDecimal(i: Int, value: Decimal, precision: Int): Unit
-
def
setDouble(i: Int, value: Double): Unit
-
def
setFloat(i: Int, value: Float): Unit
-
def
setInt(i: Int, value: Int): Unit
-
def
setLong(i: Int, value: Long): Unit
-
def
setNullAt(i: Int): Unit
-
def
setShort(i: Int, value: Short): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSeq(fieldTypes: Seq[DataType]): Seq[Any]
-
-
def
toString(): String
-
def
update(i: Int, value: Any): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Any