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
-
-
Constructor Summary
Constructors Constructor Description LongGorSparkRow(org.apache.spark.sql.Row sparkrow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()-
Methods inherited from class org.gorpipe.spark.GorSparkRow
otherCols, stringValue
-
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, writeNorRowToStream, writeRow, writeRowToStream
-
Methods inherited from class org.gorpipe.gor.model.Row
advancedCompare, atPriorPos, atSamePos, colAsBytes, compareTo, copyRow, countColumns, equals, getSplitArray, joinedWithSlice, joinedWithSliceAndAddedColumn, otherColsSlice, rowWithAddedColumn, rowWithAddedColumns, rowWithAddedColumns, setColumns
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods 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
-
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classGorSparkRow
-
-