Package org.gorpipe.spark
Class LongGorSparkRow
java.lang.Object
org.gorpipe.gor.model.Row
org.gorpipe.spark.GorSparkRowBase
org.gorpipe.spark.SparkRow
org.gorpipe.spark.GorSparkRow
org.gorpipe.spark.LongGorSparkRow
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<org.gorpipe.gor.model.Row>,org.apache.spark.sql.Row,org.gorpipe.gor.model.ColumnValueProvider,scala.Serializable
public class LongGorSparkRow extends GorSparkRow
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LongGorSparkRow(org.apache.spark.sql.Row sparkrow) -
Method Summary
Modifier and Type Method Description voidinit()Methods inherited from class org.gorpipe.spark.SparkRow
addColumns, addSingleColumnToRow, apply, colAsDouble, colAsInt, colAsLong, colAsString, colsSlice, copy, doubleValue, get, getAllCols, getBoolean, getFloat, getInt, getLong, getString, intValue, isNullAt, length, longValue, numCols, otherColsLength, peekAtColumn, removeColumn, resize, rowWithSelectedColumns, sa, schema, selectedColumns, setColumn, slicedRow, toColString, toString, writeRow, writeRowToStreamMethods inherited from class org.gorpipe.gor.model.Row
advancedCompare, atPriorPos, atSamePos, colAsBytes, compareTo, copyRow, equals, getSplitArray, joinedWithSlice, joinedWithSliceAndAddedColumn, otherColsSlice, rowWithAddedColumn, rowWithAddedColumns, rowWithAddedColumns, setColumnsMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.sql.Row
anyNull, equals, fieldIndex, getAs, getAs, getByte, getDate, getDecimal, getDouble, getInstant, getJavaMap, getList, getLocalDate, getMap, getSeq, getShort, getStruct, getTimestamp, getValuesMap, hashCode, json, jsonValue, mkString, mkString, mkString, prettyJson, size, toSeq
-
Constructor Details
-
LongGorSparkRow
public LongGorSparkRow(org.apache.spark.sql.Row sparkrow)
-
-
Method Details
-
init
public void init()- Overrides:
initin classGorSparkRow
-