class SparkTRowSetGenerator extends TRowSetGenerator[StructType, Row, DataType]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparkTRowSetGenerator
- TRowSetGenerator
- TColumnGenerator
- TColumnValueGenerator
- TRowSetColumnGetter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SparkTRowSetGenerator()
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
asBooleanTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asBooleanTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asByteArrayTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asByteTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asByteTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asDoubleTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asDoubleTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asFloatTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asFloatTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asIntegerTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asIntegerTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asLongTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asLongTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asShortTColumn(rows: Seq[Row], ordinal: Int): TColumn
- Definition Classes
- TColumnGenerator
-
def
asShortTColumnValue(row: Row, ordinal: Int): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
asStringTColumn(rows: Seq[Row], ordinal: Int, defaultVal: String, convertFunc: (Row, Int) ⇒ String): TColumn
- Definition Classes
- TColumnGenerator
-
def
asStringTColumnValue(row: Row, ordinal: Int, convertFunc: (Any) ⇒ String): TColumnValue
- Definition Classes
- TColumnValueGenerator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getColumnAs[T](row: Row, ordinal: Int): T
- Definition Classes
- SparkTRowSetGenerator → TRowSetColumnGetter
-
def
getColumnSizeFromSchemaType(schema: StructType): Int
- Definition Classes
- SparkTRowSetGenerator → TRowSetGenerator
-
def
getColumnToList[T](rows: Seq[Row], ordinal: Int, defaultVal: T, convertFunc: (Row, Int) ⇒ T): (List[T], ByteBuffer)
- Attributes
- protected
- Definition Classes
- TColumnGenerator
-
def
getColumnType(schema: StructType, ordinal: Int): DataType
- Definition Classes
- SparkTRowSetGenerator → TRowSetGenerator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isColumnNullAt(row: Row, ordinal: Int): Boolean
- Definition Classes
- SparkTRowSetGenerator → TRowSetColumnGetter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toColumnBasedSet(rows: Seq[Row], schema: StructType): TRowSet
- Definition Classes
- TRowSetGenerator
-
def
toRowBasedSet(rows: Seq[Row], schema: StructType): TRowSet
- Definition Classes
- TRowSetGenerator
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTColumn(rows: Seq[Row], ordinal: Int, typ: DataType): TColumn
- Definition Classes
- SparkTRowSetGenerator → TRowSetGenerator
-
def
toTColumnValue(row: Row, ordinal: Int, types: StructType): TColumnValue
- Definition Classes
- SparkTRowSetGenerator → TRowSetGenerator
-
def
toTRowSet(rows: Seq[Row], schema: StructType, protocolVersion: TProtocolVersion): TRowSet
- Definition Classes
- TRowSetGenerator
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()