Class

org.apache.spark.sql.catalyst.expressions

GenericInternalRowWithSchema

Related Doc: package expressions

Permalink

class GenericInternalRowWithSchema extends GenericInternalRow

This is used for serialization of Python DataFrame

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericInternalRowWithSchema
  2. GenericInternalRow
  3. BaseGenericInternalRow
  4. InternalRow
  5. Serializable
  6. Serializable
  7. SpecializedGetters
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericInternalRowWithSchema()

    Permalink

    No-arg constructor for serialization.

    No-arg constructor for serialization.

    Attributes
    protected
  2. new GenericInternalRowWithSchema(values: Array[Any], schema: StructType)

    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 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
  5. final def asInstanceOf[T0]: T0

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

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

    Permalink

    Make a copy of the current InternalRow object.

    Make a copy of the current InternalRow object.

    Definition Classes
    GenericInternalRowInternalRow
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  10. def fieldIndex(name: String): Int

    Permalink
  11. def finalize(): Unit

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

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

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

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

    Permalink
  16. def getBoolean(ordinal: Int): Boolean

    Permalink
  17. def getByte(ordinal: Int): Byte

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

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

    Permalink
  20. def getDouble(ordinal: Int): Double

    Permalink
  21. def getFloat(ordinal: Int): Float

    Permalink
  22. def getInt(ordinal: Int): Int

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

    Permalink
  24. def getLong(ordinal: Int): Long

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

    Permalink
  26. def getShort(ordinal: Int): Short

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

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

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

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isNullAt(ordinal: Int): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def numFields: Int

    Permalink
    Definition Classes
    GenericInternalRowInternalRow
  37. val schema: StructType

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

    Permalink
    Definition Classes
    AnyRef
  39. 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
    GenericInternalRowInternalRow
  40. def toSeq(schema: StructType): Seq[Any]

    Permalink
    Definition Classes
    InternalRow
  41. def toString(): String

    Permalink
    Definition Classes
    BaseGenericInternalRow → AnyRef → Any
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GenericInternalRow

Inherited from BaseGenericInternalRow

Inherited from InternalRow

Inherited from Serializable

Inherited from Serializable

Inherited from SpecializedGetters

Inherited from AnyRef

Inherited from Any

Ungrouped